This commit is contained in:
Ruidy 2024-04-27 01:45:48 +02:00
parent 6cf220810f
commit 13df35ed18
No known key found for this signature in database
GPG key ID: E00F51288CB857CC
4 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
<template> <template>
<div data-theme="cupcake" class="flex flex-col h-screen"> <div data-theme="cupcake" class="flex flex-col h-screen">
<Navbar /> <AppNavbar />
<main class="flex-grow"> <main class="flex-grow">
<NuxtPage /> <NuxtPage />
</main> </main>
<Footer /> <AppFooter />
</div> </div>
</template> </template>

View file

@ -1,7 +1,7 @@
<template> <template>
<div class="hero min-h-screen bg-base-200"> <div class="hero min-h-screen bg-base-200">
<div class="hero-content flex-col lg:flex-row-reverse"> <div class="hero-content flex-col lg:flex-row-reverse">
<img src="/public/chef.svg" class="max-w-sm rounded-lg shadow-2xl" /> <img src="/public/chef.svg" class="max-w-sm rounded-lg shadow-2xl" >
<div> <div>
<h1 class="text-5xl font-bold prose">Eat Something New</h1> <h1 class="text-5xl font-bold prose">Eat Something New</h1>
<p class="py-6 prose">Generate a random recipe.</p> <p class="py-6 prose">Generate a random recipe.</p>