Merge version_2 into main #2
163
src/app/page.tsx
163
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Story",
|
||||
id: "story",
|
||||
},
|
||||
name: "Story", id: "story"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "locations",
|
||||
},
|
||||
name: "Locations", id: "locations"},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "catering",
|
||||
},
|
||||
name: "Catering", id: "catering"},
|
||||
]}
|
||||
brandName="Dainty Donuts"
|
||||
/>
|
||||
@@ -58,60 +48,34 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Freshly Crafted. Lovingly Made. Irresistibly Dainty."
|
||||
description="Family-owned in the heart of the East Bay since day one. Every donut baked fresh daily with love — from our family to yours."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@daintyfan",
|
||||
testimonial: "Everything here is made fresh daily — you can even watch the bakers at work!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
||||
},
|
||||
name: "Sarah K.", handle: "@daintyfan", testimonial: "Everything here is made fresh daily — you can even watch the bakers at work!", rating: 5,
|
||||
imageSrc: "https://img.freepik.com/free-photo/donuts-with-sprinkles-dark-background_23-2148280387.jpg"},
|
||||
{
|
||||
name: "Mark R.",
|
||||
handle: "@donutfather",
|
||||
testimonial: "The best mochi donuts in the entire Bay Area. Absolutely addictive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1930.jpg",
|
||||
},
|
||||
name: "Mark R.", handle: "@donutfather", testimonial: "The best mochi donuts in the entire Bay Area. Absolutely addictive.", rating: 5,
|
||||
imageSrc: "https://img.freepik.com/free-photo/close-up-tasty-donuts-dark-background_23-2148280384.jpg"},
|
||||
{
|
||||
name: "Elena P.",
|
||||
handle: "@foodieeast",
|
||||
testimonial: "A true neighborhood gem. The staff is so incredibly welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg",
|
||||
},
|
||||
name: "Elena P.", handle: "@foodieeast", testimonial: "A true neighborhood gem. The staff is so incredibly welcoming.", rating: 5,
|
||||
imageSrc: "https://img.freepik.com/free-photo/tasty-donuts-table_23-2148280383.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@dadofthree",
|
||||
testimonial: "Our Saturday morning tradition wouldn't be the same without Dainty Donuts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-giving-thumbs-up-down-gray-wall_114579-63366.jpg",
|
||||
},
|
||||
name: "David L.", handle: "@dadofthree", testimonial: "Our Saturday morning tradition wouldn't be the same without Dainty Donuts.", rating: 5,
|
||||
imageSrc: "https://img.freepik.com/free-photo/donuts-with-glaze-wooden-board_23-2148280390.jpg"},
|
||||
{
|
||||
name: "Jenny H.",
|
||||
handle: "@jennybakes",
|
||||
testimonial: "Fresh, light, and perfectly glazed. They never disappoint!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lady-covering-her-eye-with-donut_23-2148316380.jpg",
|
||||
},
|
||||
name: "Jenny H.", handle: "@jennybakes", testimonial: "Fresh, light, and perfectly glazed. They never disappoint!", rating: 5,
|
||||
imageSrc: "https://img.freepik.com/free-photo/donuts-chocolate-glaze-sprinkles_23-2148280385.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#locations",
|
||||
},
|
||||
text: "Find Us", href: "#locations"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plate-with-dark-chocolate-icing-donuts_23-2147895865.jpg?_wi=1"
|
||||
imageAlt="Artisan donuts on wooden table"
|
||||
videoSrc="https://www.w3schools.com/tags/movie.mp4"
|
||||
imageSrc="https://img.freepik.com/free-photo/sweet-donuts-with-glaze-dark-background_23-2148280389.jpg"
|
||||
imageAlt="Artisan donuts on display"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,9 +85,7 @@ export default function LandingPage() {
|
||||
title="A Little Bakery. A Whole Lot of Love."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,29 +98,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Glazed",
|
||||
price: "$2.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-appetizing-pink-donut-wooden-background_169016-27113.jpg",
|
||||
},
|
||||
id: "1", name: "Classic Glazed", price: "$2.50", imageSrc: "https://img.freepik.com/free-photo/tasty-glazed-donuts-dark-surface_23-2148280382.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Apple Fritter",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cakes-pineapple-ring-shape-with-milk-dark-surface_179666-44090.jpg",
|
||||
},
|
||||
id: "2", name: "Strawberry Frosted", price: "$3.50", imageSrc: "https://img.freepik.com/free-photo/donuts-with-pink-glaze-sprinkles_23-2148280386.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mochi Donuts",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-delicious-cake_23-2147840337.jpg",
|
||||
},
|
||||
id: "3", name: "Mochi Matcha", price: "$3.00", imageSrc: "https://img.freepik.com/free-photo/matcha-glazed-donut_23-2148280388.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chocolate Twist",
|
||||
price: "$2.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-dark-chocolate-icing-donuts_23-2147895865.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Double Chocolate", price: "$2.75", imageSrc: "https://img.freepik.com/free-photo/chocolate-donuts-sprinkles_23-2148280391.jpg"},
|
||||
]}
|
||||
title="What's Fresh Today"
|
||||
description="Our classics are perfection. Our specialties are unforgettable."
|
||||
@@ -172,26 +118,8 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="David L., Google"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
||||
alt: "Sarah K.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1930.jpg",
|
||||
alt: "Mark R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg",
|
||||
alt: "Elena P.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-giving-thumbs-up-down-gray-wall_114579-63366.jpg",
|
||||
alt: "David L.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-lady-covering-her-eye-with-donut_23-2148316380.jpg",
|
||||
alt: "Jenny H.",
|
||||
},
|
||||
{ src: "https://img.freepik.com/free-photo/tasty-donuts-table_23-2148280383.jpg", alt: "Donut lover" },
|
||||
{ src: "https://img.freepik.com/free-photo/donuts-with-glaze-wooden-board_23-2148280390.jpg", alt: "Donut lover" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -205,22 +133,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Custom Assortments",
|
||||
description: "Tailored flavor selections for your event.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=1",
|
||||
},
|
||||
title: "Custom Assortments", description: "Tailored flavor selections for your event.", imageSrc: "https://img.freepik.com/free-photo/donuts-tray-box_23-2148280384.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fresh Morning Delivery",
|
||||
description: "Reliable delivery for office breakfast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=2",
|
||||
},
|
||||
title: "Fresh Morning Delivery", description: "Reliable delivery for office breakfast.", imageSrc: "https://img.freepik.com/free-photo/donut-box-delivery_23-2148280389.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Special Event Setup",
|
||||
description: "Beautifully presented spreads.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tray-with-christmas-cookies_1187-679.jpg?_wi=3",
|
||||
},
|
||||
title: "Special Event Setup", description: "Beautifully presented spreads.", imageSrc: "https://img.freepik.com/free-photo/donuts-party-table_23-2148280392.jpg"},
|
||||
]}
|
||||
title="Make Any Occasion a Little Sweeter"
|
||||
description="Whether you need a dozen for the morning meeting or a hundred for your next big event, our catering team will make sure every donut is baked fresh and beautifully presented."
|
||||
@@ -233,22 +152,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dainty Donuts - Alamo",
|
||||
content: "115 Alamo Plaza, Suite B, Alamo, CA 94507. Open Daily 6 AM - 1 PM.",
|
||||
},
|
||||
id: "1", title: "Dainty Donuts - Alamo", content: "115 Alamo Plaza, Suite B, Alamo, CA 94507. Open Daily 6 AM - 1 PM."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dainty Donuts - San Ramon",
|
||||
content: "2415 San Ramon Valley Blvd, Suite 14, San Ramon, CA 94583. Open Daily 6 AM - 1 PM.",
|
||||
},
|
||||
id: "2", title: "Dainty Donuts - San Ramon", content: "2415 San Ramon Valley Blvd, Suite 14, San Ramon, CA 94583. Open Daily 6 AM - 1 PM."},
|
||||
]}
|
||||
ctaTitle="Come Say Hi"
|
||||
ctaDescription="Visit us at either Alamo or San Ramon locations."
|
||||
ctaButton={{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Get Directions", href: "#"}}
|
||||
ctaIcon={MapPin}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,13 +168,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Dainty Donuts"
|
||||
leftLink={{
|
||||
text: "Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "Menu", href: "#menu"}}
|
||||
rightLink={{
|
||||
text: "Catering",
|
||||
href: "#catering",
|
||||
}}
|
||||
text: "Catering", href: "#catering"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user