Merge version_1 into main #2
386
src/app/page.tsx
386
src/app/page.tsx
@@ -25,294 +25,116 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Foothills Donuts"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Foothills Donuts"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Life-Changing Donuts in Roseville"
|
||||
description="Located in The Brickyard at Bel Air Center, Foothills Donuts brings you fresh, handmade magic every morning. Come see why our Apple Fritters will change your life."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Doug Kim",
|
||||
handle: "@LocalGuide",
|
||||
testimonial: "The Apple Fritters will change your life. The couple that owns this place are exceptional!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-texting-cafe-happy-businessman-smiling-texting-smartphone-table_1391-595.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Jessica Bartz",
|
||||
handle: "@ForeverCustomer",
|
||||
testimonial: "Dunkin' nor Krispy Kreme can compare to these tasty works of magic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-showing-two-pink-doughnuts-delicious-pastry-eating-dessert_1258-281993.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mark S.",
|
||||
handle: "@DonutLover",
|
||||
testimonial: "Absolutely the freshest donuts in Northern California. Worth the drive!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-carefree-young-european-woman-covers-eye-with-glazed-doughnut-going-eat-delicious-dessert-wears-knitted-sweater-smiles-broadly-poses-against-beige-background-sweet-tooth-concept_273609-58522.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah P.",
|
||||
handle: "@LocalFoodie",
|
||||
testimonial: "The glazed donuts melt in your mouth. Perfection every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-donuts_23-2150880781.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Kevin T.",
|
||||
handle: "@RegularPatron",
|
||||
testimonial: "Friendly service and amazing variety. Don't miss out on the apple fritters.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-concept-handsome-businessman-cafe-owner-sitting-near-counter-with-laptop-smartphone-working-coffee-shop_1258-314430.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-assortment-donuts-with-copy-space_23-2148526334.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-texting-cafe-happy-businessman-smiling-texting-smartphone-table_1391-595.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-showing-two-pink-doughnuts-delicious-pastry-eating-dessert_1258-281993.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-joyful-carefree-young-european-woman-covers-eye-with-glazed-doughnut-going-eat-delicious-dessert-wears-knitted-sweater-smiles-broadly-poses-against-beige-background-sweet-tooth-concept_273609-58522.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friends-eating-donuts_23-2150880781.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/small-business-concept-handsome-businessman-cafe-owner-sitting-near-counter-with-laptop-smartphone-working-coffee-shop_1258-314430.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Loved by 280+ locals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Baked Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handmade with Love",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "The Best Fritters in Town",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily 6 AM - 5 PM",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Life-Changing Donuts in Roseville"
|
||||
description="Located in The Brickyard at Bel Air Center, Foothills Donuts brings you fresh, handmade magic every morning. Come see why our Apple Fritters will change your life."
|
||||
testimonials={[
|
||||
{ name: "Doug Kim", handle: "@LocalGuide", testimonial: "The Apple Fritters will change your life. The couple that owns this place are exceptional!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-texting-cafe-happy-businessman-smiling-texting-smartphone-table_1391-595.jpg" },
|
||||
{ name: "Jessica Bartz", handle: "@ForeverCustomer", testimonial: "Dunkin' nor Krispy Kreme can compare to these tasty works of magic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-showing-two-pink-doughnuts-delicious-pastry-eating-dessert_1258-281993.jpg" },
|
||||
{ name: "Mark S.", handle: "@DonutLover", testimonial: "Absolutely the freshest donuts in Northern California. Worth the drive!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-carefree-young-european-woman-covers-eye-with-glazed-doughnut-going-eat-delicious-dessert-wears-knitted-sweater-smiles-broadly-poses-against-beige-background-sweet-tooth-concept_273609-58522.jpg" },
|
||||
{ name: "Sarah P.", handle: "@LocalFoodie", testimonial: "The glazed donuts melt in your mouth. Perfection every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-donuts_23-2150880781.jpg" },
|
||||
{ name: "Kevin T.", handle: "@RegularPatron", testimonial: "Friendly service and amazing variety. Don't miss out on the apple fritters.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-business-concept-handsome-businessman-cafe-owner-sitting-near-counter-with-laptop-smartphone-working-coffee-shop_1258-314430.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Directions", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-assortment-donuts-with-copy-space_23-2148526334.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-texting-cafe-happy-businessman-smiling-texting-smartphone-table_1391-595.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-showing-two-pink-doughnuts-delicious-pastry-eating-dessert_1258-281993.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-joyful-carefree-young-european-woman-covers-eye-with-glazed-doughnut-going-eat-delicious-dessert-wears-knitted-sweater-smiles-broadly-poses-against-beige-background-sweet-tooth-concept_273609-58522.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-friends-eating-donuts_23-2150880781.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/small-business-concept-handsome-businessman-cafe-owner-sitting-near-counter-with-laptop-smartphone-working-coffee-shop_1258-314430.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Loved by 280+ locals"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Freshly Baked Daily" },
|
||||
{ type: "text", text: "Locally Owned" },
|
||||
{ type: "text", text: "Handmade with Love" },
|
||||
{ type: "text", text: "The Best Fritters in Town" },
|
||||
{ type: "text", text: "Open Daily 6 AM - 5 PM" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Hardest Workers in Roseville",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694588.jpg",
|
||||
alt: "Our cozy bakery interior",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "The Hardest Workers in Roseville" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/delicious-donut-shop-ai-generated_23-2150694588.jpg", alt: "Our cozy bakery interior" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Apple Fritter",
|
||||
brand: "Legendary",
|
||||
price: "$2.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glazed-donuts_23-2148628312.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cinnamon Twist",
|
||||
brand: "Classic",
|
||||
price: "$2.00",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-sliced-apple-pie-with-sugar-powder-plate-table_181624-58479.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chocolate Bar",
|
||||
brand: "Decadent",
|
||||
price: "$2.75",
|
||||
rating: 4,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/donuts-with-chocolate-topping_140725-3596.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bagel",
|
||||
brand: "Savory",
|
||||
price: "$1.50",
|
||||
rating: 4,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glazed-donuts_23-2148628312.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Glazed Donut",
|
||||
brand: "Signature",
|
||||
price: "$1.25",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-sliced-apple-pie-with-sugar-powder-plate-table_181624-58479.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Donut Holes",
|
||||
brand: "Snackable",
|
||||
price: "$3.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/donuts-with-chocolate-topping_140725-3596.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Fresh Favorites"
|
||||
description="Our daily fresh selection of handmade treats, from legendary Apple Fritters to classic Cinnamon Twists."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Apple Fritter", brand: "Legendary", price: "$2.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glazed-donuts_23-2148628312.jpg" },
|
||||
{ id: "2", name: "Cinnamon Twist", brand: "Classic", price: "$2.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/closeup-sliced-apple-pie-with-sugar-powder-plate-table_181624-58479.jpg" },
|
||||
{ id: "3", name: "Chocolate Bar", brand: "Decadent", price: "$2.75", rating: 4, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/donuts-with-chocolate-topping_140725-3596.jpg" },
|
||||
{ id: "4", name: "Bagel", brand: "Savory", price: "$1.50", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glazed-donuts_23-2148628312.jpg" },
|
||||
{ id: "5", name: "Glazed Donut", brand: "Signature", price: "$1.25", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-sliced-apple-pie-with-sugar-powder-plate-table_181624-58479.jpg" },
|
||||
{ id: "6", name: "Donut Holes", brand: "Snackable", price: "$3.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/donuts-with-chocolate-topping_140725-3596.jpg" }
|
||||
]}
|
||||
title="Fresh Favorites"
|
||||
description="Our daily fresh selection of handmade treats, from legendary Apple Fritters to classic Cinnamon Twists."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Doug Kim",
|
||||
handle: "Local Guide",
|
||||
testimonial: "The best donut shop in Roseville. The Apple Fritters will change your life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-texting-cafe-happy-businessman-smiling-texting-smartphone-table_1391-595.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Randy Taylor",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Doughnuts are very fresh and the apple fritters are extremely good.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-showing-two-pink-doughnuts-delicious-pastry-eating-dessert_1258-281993.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Bartz",
|
||||
handle: "Forever Customer",
|
||||
testimonial: "I am now a forever customer. Truly to die for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-carefree-young-european-woman-covers-eye-with-glazed-doughnut-going-eat-delicious-dessert-wears-knitted-sweater-smiles-broadly-poses-against-beige-background-sweet-tooth-concept_273609-58522.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anonymous",
|
||||
handle: "Local",
|
||||
testimonial: "Friendly service, wonderful owners, and the best quality items.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-donuts_23-2150880781.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Happy Customer",
|
||||
handle: "Local",
|
||||
testimonial: "Who knew heaven was right around the corner? So tasty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-concept-handsome-businessman-cafe-owner-sitting-near-counter-with-laptop-smartphone-working-coffee-shop_1258-314430.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="With a 4.5 star rating from over 280 customers, we're proud to be Roseville's favorite donut spot."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Doug Kim", handle: "Local Guide", testimonial: "The best donut shop in Roseville. The Apple Fritters will change your life.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-texting-cafe-happy-businessman-smiling-texting-smartphone-table_1391-595.jpg" },
|
||||
{ id: "2", name: "Randy Taylor", handle: "Local Guide", testimonial: "Doughnuts are very fresh and the apple fritters are extremely good.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-showing-two-pink-doughnuts-delicious-pastry-eating-dessert_1258-281993.jpg" },
|
||||
{ id: "3", name: "Jessica Bartz", handle: "Forever Customer", testimonial: "I am now a forever customer. Truly to die for.", imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-carefree-young-european-woman-covers-eye-with-glazed-doughnut-going-eat-delicious-dessert-wears-knitted-sweater-smiles-broadly-poses-against-beige-background-sweet-tooth-concept_273609-58522.jpg" },
|
||||
{ id: "4", name: "Anonymous", handle: "Local", testimonial: "Friendly service, wonderful owners, and the best quality items.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-donuts_23-2150880781.jpg" },
|
||||
{ id: "5", name: "Happy Customer", handle: "Local", testimonial: "Who knew heaven was right around the corner? So tasty.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-concept-handsome-businessman-cafe-owner-sitting-near-counter-with-laptop-smartphone-working-coffee-shop_1258-314430.jpg" }
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="With a 4.5 star rating from over 280 customers, we're proud to be Roseville's favorite donut spot."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Visit Us Today"
|
||||
description="Find us in the Bel Air Center, 4014 Foothills Blvd, Roseville, CA 95747. Open daily until 5 PM."
|
||||
buttonText="Get Directions"
|
||||
tag="Contact Us"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Visit Us Today"
|
||||
description="Find us in the Bel Air Center, 4014 Foothills Blvd, Roseville, CA 95747. Open daily until 5 PM."
|
||||
buttonText="Get Directions"
|
||||
tag="Contact Us"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Foothills Donuts"
|
||||
leftLink={{
|
||||
text: "Call (916) 781-7544",
|
||||
href: "tel:9167817544",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Foothills Donuts"
|
||||
leftLink={{ text: "Call (916) 781-7544", href: "tel:9167817544" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user