Merge version_1 into main #2
281
src/app/page.tsx
281
src/app/page.tsx
@@ -31,101 +31,66 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Daddys Kitchen"
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Family Flavor, Homemade Heart."
|
||||
description="Experience the authentic comfort of Daddys Kitchen, where fresh ingredients and family recipes come together to create unforgettable dining memories."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Served",
|
||||
},
|
||||
value: "15+", label: "Years Served"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Original Recipes",
|
||||
},
|
||||
value: "50+", label: "Original Recipes"},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "5k+", label: "Happy Guests"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg"
|
||||
imageAlt="Restaurant ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-delicious-thanksgiving-meal_23-2148629558.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-delicious-thanksgiving-meal_23-2148629558.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-peaches_23-2150312260.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-peaches_23-2150312260.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727963.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/chef-working-together-professional-kitchen_23-2149727963.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join 5000+ happy guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Recipes",
|
||||
},
|
||||
type: "text", text: "Family Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily",
|
||||
},
|
||||
type: "text", text: "Fresh Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
type: "text", text: "Cozy Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Taste",
|
||||
},
|
||||
type: "text", text: "Authentic Taste"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,19 +103,13 @@ export default function LandingPage() {
|
||||
description="Started in a small home kitchen, Daddys Kitchen has grown into a community staple for those who value fresh, hearty, and honest food. Every dish we serve is crafted with passion and high-quality local produce."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source daily from local farmers.",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "We source daily from local farmers."},
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Passed down through generations.",
|
||||
},
|
||||
title: "Authentic Recipes", description: "Passed down through generations."},
|
||||
{
|
||||
title: "Family First",
|
||||
description: "Dining that feels just like home.",
|
||||
},
|
||||
title: "Family First", description: "Dining that feels just like home."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/culinary-professionals-team-restaurant-kitchen-cooking-gourmet-dishes_482257-121164.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/culinary-professionals-team-restaurant-kitchen-cooking-gourmet-dishes_482257-121164.jpg"
|
||||
imageAlt="Chef preparing dish"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -163,35 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Seasonal Menu",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Seasonal",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg",
|
||||
imageAlt: "Chef cooking in the kitchen while wearing professional attire",
|
||||
},
|
||||
id: "f1", title: "Seasonal Menu", tags: [
|
||||
"Fresh", "Seasonal"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg", imageAlt: "Chef cooking in the kitchen while wearing professional attire"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Eco-friendly",
|
||||
tags: [
|
||||
"Green",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=2",
|
||||
imageAlt: "Chef cooking in the kitchen while wearing professional attire",
|
||||
},
|
||||
id: "f2", title: "Eco-friendly", tags: [
|
||||
"Green", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg", imageAlt: "Chef cooking in the kitchen while wearing professional attire"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Private Events",
|
||||
tags: [
|
||||
"Space",
|
||||
"Events",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/culinary-professionals-team-restaurant-kitchen-cooking-gourmet-dishes_482257-121164.jpg?_wi=2",
|
||||
imageAlt: "Chef cooking in the kitchen while wearing professional attire",
|
||||
},
|
||||
id: "f3", title: "Private Events", tags: [
|
||||
"Space", "Events"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/culinary-professionals-team-restaurant-kitchen-cooking-gourmet-dishes_482257-121164.jpg", imageAlt: "Chef cooking in the kitchen while wearing professional attire"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="What makes our restaurant special."
|
||||
@@ -206,59 +147,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Daddys",
|
||||
name: "Classic Burger",
|
||||
price: "$15",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetable-meal-delicious-beans-meal-with-seasonings-blue-background_140725-58380.jpg",
|
||||
},
|
||||
id: "p1", brand: "Daddys", name: "Classic Burger", price: "$15", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetable-meal-delicious-beans-meal-with-seasonings-blue-background_140725-58380.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Daddys",
|
||||
name: "Farmhouse Pasta",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-drink-with-ice-cubes-long-umbrella-decorated-glass_23-2148145349.jpg",
|
||||
},
|
||||
id: "p2", brand: "Daddys", name: "Farmhouse Pasta", price: "$18", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/blue-drink-with-ice-cubes-long-umbrella-decorated-glass_23-2148145349.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Daddys",
|
||||
name: "Roasted Chicken",
|
||||
price: "$22",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-bowl-mushroom-soup-served-with-garlic-gloves_114579-1778.jpg",
|
||||
},
|
||||
id: "p3", brand: "Daddys", name: "Roasted Chicken", price: "$22", rating: 4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-bowl-mushroom-soup-served-with-garlic-gloves_114579-1778.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Daddys",
|
||||
name: "Garden Salad",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg",
|
||||
},
|
||||
id: "p4", brand: "Daddys", name: "Garden Salad", price: "$12", rating: 5,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Daddys",
|
||||
name: "Chef's Risotto",
|
||||
price: "$20",
|
||||
rating: 4,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-raw-seabass-baking-dish-with-spices-old-wooden-table-top-view_2829-20026.jpg",
|
||||
},
|
||||
id: "p5", brand: "Daddys", name: "Chef's Risotto", price: "$20", rating: 4,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/two-raw-seabass-baking-dish-with-spices-old-wooden-table-top-view_2829-20026.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Daddys",
|
||||
name: "Chocolate Mousse",
|
||||
price: "$9",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510963.jpg",
|
||||
},
|
||||
id: "p6", brand: "Daddys", name: "Chocolate Mousse", price: "$9", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510963.jpg"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Taste the best of our kitchen's craft."
|
||||
@@ -272,45 +177,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Smith",
|
||||
handle: "@alicesmith",
|
||||
testimonial: "Amazing food! Feels exactly like home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
|
||||
},
|
||||
id: "1", name: "Alice Smith", handle: "@alicesmith", testimonial: "Amazing food! Feels exactly like home.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob Jones",
|
||||
handle: "@bobjones",
|
||||
testimonial: "Best pasta I've ever had in the city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-eating-restaurant_23-2148395385.jpg",
|
||||
},
|
||||
id: "2", name: "Bob Jones", handle: "@bobjones", testimonial: "Best pasta I've ever had in the city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-eating-restaurant_23-2148395385.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Claire Lee",
|
||||
handle: "@clairel",
|
||||
testimonial: "The atmosphere is warm and welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cooking-cool-kitchen_1194-616909.jpg",
|
||||
},
|
||||
id: "3", name: "Claire Lee", handle: "@clairel", testimonial: "The atmosphere is warm and welcoming.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cooking-cool-kitchen_1194-616909.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk",
|
||||
testimonial: "Truly the best comfort food around.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-cafe-eating-drinking-alcohol_171337-19735.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidk", testimonial: "Truly the best comfort food around.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-sitting-cafe-eating-drinking-alcohol_171337-19735.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Eva Wang",
|
||||
handle: "@evaw",
|
||||
testimonial: "Highly recommended for families.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
id: "5", name: "Eva Wang", handle: "@evaw", testimonial: "Highly recommended for families.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Guest Memories"
|
||||
@@ -326,20 +206,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Meals Served",
|
||||
},
|
||||
id: "m1", value: "10k+", description: "Meals Served"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.8",
|
||||
description: "Avg Rating",
|
||||
},
|
||||
id: "m2", value: "4.8", description: "Avg Rating"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
description: "Local Awards",
|
||||
},
|
||||
id: "m3", value: "5", description: "Local Awards"},
|
||||
]}
|
||||
title="Kitchen Milestones"
|
||||
description="Growth built on flavor."
|
||||
@@ -353,22 +224,14 @@ export default function LandingPage() {
|
||||
description="Reserve your spot at our family table today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Special requests?",
|
||||
}}
|
||||
name: "message", placeholder: "Special requests?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-door_23-2149434485.jpg"
|
||||
imageAlt="Restaurant exterior"
|
||||
/>
|
||||
@@ -380,25 +243,17 @@ export default function LandingPage() {
|
||||
logoText="Daddys Kitchen"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "123 Food Street",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Food Street", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user