Merge version_1 into main #1
219
src/app/page.tsx
219
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Doughnut Haven"
|
||||
/>
|
||||
@@ -57,69 +49,37 @@ export default function LandingPage() {
|
||||
description="Artisan doughnuts crafted with love, dripping with decadent icing, and ready to brighten your day."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna P.",
|
||||
handle: "@anna.doughnut",
|
||||
testimonial: "The best glazed doughnut I've ever tasted!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-making-heart-gesture-with-fingers-smiling-cheerfully-standing-green-wall_141793-64654.jpg",
|
||||
},
|
||||
name: "Anna P.", handle: "@anna.doughnut", testimonial: "The best glazed doughnut I've ever tasted!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-hairdresser-apron-making-heart-gesture-with-fingers-smiling-cheerfully-standing-green-wall_141793-64654.jpg"},
|
||||
{
|
||||
name: "Brian K.",
|
||||
handle: "@brian.eats",
|
||||
testimonial: "So soft and flavorful. Simply divine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-woman-eating-doughnuts_23-2148495470.jpg",
|
||||
},
|
||||
name: "Brian K.", handle: "@brian.eats", testimonial: "So soft and flavorful. Simply divine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-woman-eating-doughnuts_23-2148495470.jpg"},
|
||||
{
|
||||
name: "Chloe M.",
|
||||
handle: "@chloe.pastries",
|
||||
testimonial: "The icing is perfection, love the variety.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg",
|
||||
},
|
||||
name: "Chloe M.", handle: "@chloe.pastries", testimonial: "The icing is perfection, love the variety.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg"},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "@david.sweet",
|
||||
testimonial: "A regular stop for my morning coffee and treat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24677.jpg",
|
||||
},
|
||||
name: "David W.", handle: "@david.sweet", testimonial: "A regular stop for my morning coffee and treat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24677.jpg"},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elena.treats",
|
||||
testimonial: "Unbelievable quality and texture. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-asian-woman-barista-apron-looking-amazed-clap-hands-smiling-standing_1258-199220.jpg",
|
||||
},
|
||||
name: "Elena R.", handle: "@elena.treats", testimonial: "Unbelievable quality and texture. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-asian-woman-barista-apron-looking-amazed-clap-hands-smiling-standing_1258-199220.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "See Menu", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-miniature-bakery-product_23-2151862561.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-smiling-holding-grapefruit-piece-white-wall-healthy-fitness-nutrition_176420-10120.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-smiling-holding-grapefruit-piece-white-wall-healthy-fitness-nutrition_176420-10120.jpg", alt: "Customer profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-holding-apple-pizza-white_114579-89101.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-holding-apple-pizza-white_114579-89101.jpg", alt: "Customer profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-adult-male-cook-wearing-chef-uniform-glasses-holding-apples-looking-front-isolated-orange-wall_141793-119826.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-adult-male-cook-wearing-chef-uniform-glasses-holding-apples-looking-front-isolated-orange-wall_141793-119826.jpg", alt: "Customer profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-female-chef-joggling-with-oranges_23-2148491346.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-female-chef-joggling-with-oranges_23-2148491346.jpg", alt: "Customer profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-showing-slices-fresh-apple_114579-30526.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-showing-slices-fresh-apple_114579-30526.jpg", alt: "Customer profile 5"},
|
||||
]}
|
||||
avatarText="Join 10,000+ happy doughnut lovers"
|
||||
/>
|
||||
@@ -130,9 +90,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Passion for Doughnuts"
|
||||
description={[
|
||||
"At Doughnut Haven, we believe every doughnut tells a story.",
|
||||
"From slow-rising dough to hand-dipped glazes, our commitment to craft ensures happiness in every bite.",
|
||||
]}
|
||||
"At Doughnut Haven, we believe every doughnut tells a story.", "From slow-rising dough to hand-dipped glazes, our commitment to craft ensures happiness in every bite."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,47 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Glazed",
|
||||
price: "$2.50",
|
||||
variant: "Original",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-donut-with-coffee_23-2148468192.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Glazed", price: "$2.50", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/top-view-donut-with-coffee_23-2148468192.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Strawberry Delight",
|
||||
price: "$3.00",
|
||||
variant: "Fruity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-doughnuts-food-photography-recipe-idea_53876-97.jpg",
|
||||
},
|
||||
id: "p2", name: "Strawberry Delight", price: "$3.00", variant: "Fruity", imageSrc: "http://img.b2bpic.net/free-photo/homemade-doughnuts-food-photography-recipe-idea_53876-97.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Vanilla Bean",
|
||||
price: "$3.25",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-frosting_23-2148468164.jpg",
|
||||
},
|
||||
id: "p3", name: "Vanilla Bean", price: "$3.25", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-frosting_23-2148468164.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cinnamon Dust",
|
||||
price: "$2.75",
|
||||
variant: "Spiced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-food-cloche_23-2147893129.jpg",
|
||||
},
|
||||
id: "p4", name: "Cinnamon Dust", price: "$2.75", variant: "Spiced", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-food-cloche_23-2147893129.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Maple Drizzle",
|
||||
price: "$3.50",
|
||||
variant: "Decadent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-american-doughnut-towel_23-2148291182.jpg",
|
||||
},
|
||||
id: "p5", name: "Maple Drizzle", price: "$3.50", variant: "Decadent", imageSrc: "http://img.b2bpic.net/free-photo/pile-american-doughnut-towel_23-2148291182.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Caramel Crunch",
|
||||
price: "$3.75",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-brown-bread-white-paper_417767-427.jpg",
|
||||
},
|
||||
id: "p6", name: "Caramel Crunch", price: "$3.75", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/white-brown-bread-white-paper_417767-427.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Hand-crafted classics and seasonal wonders."
|
||||
@@ -196,14 +124,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Foodie Daily",
|
||||
"City Eats",
|
||||
"Pastry Monthly",
|
||||
"Local Coffee Guide",
|
||||
"Dessert Weekly",
|
||||
"Sweet Spot Blog",
|
||||
"Urban Baker",
|
||||
]}
|
||||
"Foodie Daily", "City Eats", "Pastry Monthly", "Local Coffee Guide", "Dessert Weekly", "Sweet Spot Blog", "Urban Baker"]}
|
||||
title="Our Community"
|
||||
description="Proudly serving the city with sweetness."
|
||||
/>
|
||||
@@ -217,45 +138,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
company: "Reviewer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Foodie", company: "Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark L.",
|
||||
role: "Visitor",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-standing-by-counter-serving-salad-from-cabbage-holding-chilli-pepper_1303-32139.jpg",
|
||||
},
|
||||
id: "2", name: "Mark L.", role: "Visitor", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-standing-by-counter-serving-salad-from-cabbage-holding-chilli-pepper_1303-32139.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily B.",
|
||||
role: "Chef",
|
||||
company: "Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-resting-restaurant-with-cup-latte-dessert-table_496169-2111.jpg",
|
||||
},
|
||||
id: "3", name: "Emily B.", role: "Chef", company: "Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-resting-restaurant-with-cup-latte-dessert-table_496169-2111.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jason T.",
|
||||
role: "Student",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6819.jpg",
|
||||
},
|
||||
id: "4", name: "Jason T.", role: "Student", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6819.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kate V.",
|
||||
role: "Blogger",
|
||||
company: "Influencer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg",
|
||||
},
|
||||
id: "5", name: "Kate V.", role: "Blogger", company: "Influencer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg"},
|
||||
]}
|
||||
title="Loved by All"
|
||||
description="See why our community loves our treats."
|
||||
@@ -268,20 +164,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you have vegan options?",
|
||||
content: "Yes, we have a delicious vegan selection available daily.",
|
||||
},
|
||||
id: "1", title: "Do you have vegan options?", content: "Yes, we have a delicious vegan selection available daily."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I place bulk orders?",
|
||||
content: "Absolutely! Contact us at least 48 hours in advance for large orders.",
|
||||
},
|
||||
id: "2", title: "Can I place bulk orders?", content: "Absolutely! Contact us at least 48 hours in advance for large orders."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where are you located?",
|
||||
content: "We are located at 123 Sweet Lane in the heart of the city.",
|
||||
},
|
||||
id: "3", title: "Where are you located?", content: "We are located at 123 Sweet Lane in the heart of the city."},
|
||||
]}
|
||||
title="Questions?"
|
||||
description="Answers to your burning doughnut curiosities."
|
||||
@@ -291,10 +178,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Stay Sweet"
|
||||
description="Sign up for updates and secret menu drops."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-display-cabinet_23-2148028035.jpg"
|
||||
@@ -308,29 +195,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user