Merge version_1 into main #1
201
src/app/page.tsx
201
src/app/page.tsx
@@ -30,60 +30,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Tee's Donuts"
|
||||
button={{ text: "Order Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Fresh Donuts, Real Fruit, Warm Hearts."
|
||||
description="Your neighborhood staple in Long Beach. Freshly baked donuts, savory breakfast sandwiches, and real-fruit smoothies served with a smile every morning."
|
||||
tag="Since 1990"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-donuts-coffee-copy-space_23-2148332745.jpg",
|
||||
imageAlt: "Fresh glazed donuts on display case",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kiwi-drink_23-2148677578.jpg",
|
||||
imageAlt: "Real fruit strawberry banana smoothie",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts_23-2147985600.jpg",
|
||||
imageAlt: "Delicious donuts",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-doughnut-assortment-close-up_23-2148654040.jpg",
|
||||
imageAlt: "Sweet doughnut assortment close-up",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-donuts-marmelades-black-tray-marble-surface_114579-52178.jpg",
|
||||
imageAlt: "Assortment of donuts and marmelades on a black tray on marble surface",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assorted-donuts-coffee-copy-space_23-2148332745.jpg", imageAlt: "Fresh glazed donuts on display case" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kiwi-drink_23-2148677578.jpg", imageAlt: "Real fruit strawberry banana smoothie" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -99,18 +65,9 @@ export default function LandingPage() {
|
||||
description="Family-run and community-focused. For years, we've provided Long Beach with the most authentic, handmade breakfast experience. From our family to yours, we believe in fresh, affordable, and quality food."
|
||||
tag="Our Story"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Freshly Made",
|
||||
description: "Donuts baked daily, never frozen or artificial.",
|
||||
},
|
||||
{
|
||||
title: "Real Ingredients",
|
||||
description: "Fruit smoothies made with real fruit and milk.",
|
||||
},
|
||||
{
|
||||
title: "Hearty Sandwiches",
|
||||
description: "Ham, egg, and cheese croissants made to order.",
|
||||
},
|
||||
{ title: "Freshly Made", description: "Donuts baked daily, never frozen or artificial." },
|
||||
{ title: "Real Ingredients", description: "Fruit smoothies made with real fruit and milk." },
|
||||
{ title: "Hearty Sandwiches", description: "Ham, egg, and cheese croissants made to order." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187367.jpg"
|
||||
imageAlt="Cozy local donut shop interior"
|
||||
@@ -124,23 +81,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Unmatched Freshness",
|
||||
description: "Everything from our Telera bread to our donuts is crafted daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bitten-egg-sandwich-plate_53876-63372.jpg",
|
||||
imageAlt: "Breakfast croissant sandwich egg cheese",
|
||||
title: "Unmatched Freshness", description: "Everything from our Telera bread to our donuts is crafted daily.", imageSrc: "http://img.b2bpic.net/free-photo/bitten-egg-sandwich-plate_53876-63372.jpg", imageAlt: "Breakfast croissant sandwich egg cheese"
|
||||
},
|
||||
{
|
||||
title: "Affordable Quality",
|
||||
description: "Delicious, hearty meals that won't break your bank account.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe_1339-2405.jpg",
|
||||
imageAlt: "Mocha frappe whipped cream",
|
||||
title: "Affordable Quality", description: "Delicious, hearty meals that won't break your bank account.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe_1339-2405.jpg", imageAlt: "Mocha frappe whipped cream"
|
||||
},
|
||||
{
|
||||
title: "Amazing Service",
|
||||
description: "The owners truly care about every customer who walks through our door.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623390.jpg",
|
||||
imageAlt: "Happy customer portrait",
|
||||
},
|
||||
title: "Amazing Service", description: "The owners truly care about every customer who walks through our door.", imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623390.jpg", imageAlt: "Happy customer portrait"
|
||||
}
|
||||
]}
|
||||
title="Why Neighbors Love Us"
|
||||
description="See why our customers keep coming back for more than just a quick bite."
|
||||
@@ -154,48 +102,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Glazed Donut",
|
||||
price: "$1.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-many-donut_74190-7200.jpg",
|
||||
imageAlt: "Classic glazed donut macro shot",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Blueberry Glaze Donut",
|
||||
price: "$1.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blueberry-cheesecake-bars-with-honey-fresh-berries_114579-19463.jpg",
|
||||
imageAlt: "Blueberry glaze donut gourmet",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sausage, Egg & Cheese Croissant",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-arrangement-white-background_23-2148617389.jpg",
|
||||
imageAlt: "Breakfast croissant sandwich egg cheese",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Strawberry Banana Smoothie",
|
||||
price: "$6.70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blackcurrant-confiture-white-saucer-with-glass-juice-around_114579-23333.jpg",
|
||||
imageAlt: "Real fruit strawberry banana smoothie",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mocha Frappe",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-coffee-with-cream_23-2148349613.jpg",
|
||||
imageAlt: "Mocha frappe whipped cream",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Roast Beef Telera Sandwich",
|
||||
price: "$7.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg",
|
||||
imageAlt: "Roast beef telera sandwich avocado",
|
||||
},
|
||||
{ id: "1", name: "Glazed Donut", price: "$1.50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-many-donut_74190-7200.jpg", imageAlt: "Classic glazed donut macro shot" },
|
||||
{ id: "2", name: "Blueberry Glaze Donut", price: "$1.75", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-cheesecake-bars-with-honey-fresh-berries_114579-19463.jpg", imageAlt: "Blueberry glaze donut gourmet" },
|
||||
{ id: "3", name: "Sausage, Egg & Cheese Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-arrangement-white-background_23-2148617389.jpg", imageAlt: "Breakfast croissant sandwich egg cheese" },
|
||||
{ id: "4", name: "Strawberry Banana Smoothie", price: "$6.70", imageSrc: "http://img.b2bpic.net/free-photo/blackcurrant-confiture-white-saucer-with-glass-juice-around_114579-23333.jpg", imageAlt: "Real fruit strawberry banana smoothie" },
|
||||
{ id: "5", name: "Mocha Frappe", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-coffee-with-cream_23-2148349613.jpg", imageAlt: "Mocha frappe whipped cream" },
|
||||
{ id: "6", name: "Roast Beef Telera Sandwich", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg", imageAlt: "Roast beef telera sandwich avocado" }
|
||||
]}
|
||||
title="Our Menu Favorites"
|
||||
description="Classic treats, savory sandwiches, and refreshing smoothies."
|
||||
@@ -209,26 +121,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Hazel G."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-female-has-happy-expression-enjoys-morning-coffee-with-sweet-delicious-croissants-chocolate_273609-8895.jpg",
|
||||
alt: "Hazel G.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/unpleased-young-female-cook-wearing-chef-uniform-holding-looking-batch-eggs-with-copy-space_141793-38226.jpg",
|
||||
alt: "Sophie D.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/colorful-isometric-buildings-pattern_23-2147524939.jpg",
|
||||
alt: "Vinny S.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-black-man-standing-wall_181624-23159.jpg",
|
||||
alt: "Lance E.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-cheerful-woman-smiling-with-close-eyes-holding-cup_197531-33944.jpg",
|
||||
alt: "Jimmy T.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-female-has-happy-expression-enjoys-morning-coffee-with-sweet-delicious-croissants-chocolate_273609-8895.jpg", alt: "Hazel G." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/unpleased-young-female-cook-wearing-chef-uniform-holding-looking-batch-eggs-with-copy-space_141793-38226.jpg", alt: "Sophie D." },
|
||||
{ src: "http://img.b2bpic.net/free-vector/colorful-isometric-buildings-pattern_23-2147524939.jpg", alt: "Vinny S." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-black-man-standing-wall_181624-23159.jpg", alt: "Lance E." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/image-cheerful-woman-smiling-with-close-eyes-holding-cup_197531-33944.jpg", alt: "Jimmy T." }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -239,21 +136,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept card payments?",
|
||||
content: "Yes! We accept cash, credit cards, and Apple Pay.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What time do you open?",
|
||||
content: "We open daily at 5:00 AM to get you started on your day.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer take-out?",
|
||||
content: "Absolutely! We offer quick and easy take-out service.",
|
||||
},
|
||||
{ id: "1", title: "Do you accept card payments?", content: "Yes! We accept cash, credit cards, and Apple Pay." },
|
||||
{ id: "2", title: "What time do you open?", content: "We open daily at 5:00 AM to get you started on your day." },
|
||||
{ id: "3", title: "Do you offer take-out?", content: "Absolutely! We offer quick and easy take-out service." }
|
||||
]}
|
||||
sideTitle="Frequently Asked"
|
||||
sideDescription="Everything you need to know about our shop."
|
||||
@@ -264,9 +149,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="See You Soon!"
|
||||
description="325 E Anaheim St, Ste A, Long Beach, CA. Stop by for your morning treat!"
|
||||
@@ -282,24 +165,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/donuts-coffee-copy-space_23-2148332772.jpg"
|
||||
logoText="Tee's Donuts"
|
||||
columns={[
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Mon-Sun: 5AM - 7:30PM",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "325 E Anaheim St, Long Beach",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Hours", items: [{ label: "Mon-Sun: 5AM - 7:30PM", href: "#" }] },
|
||||
{ title: "Location", items: [{ label: "325 E Anaheim St, Long Beach", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Tee's Donuts. All rights reserved."
|
||||
imageAlt="Fresh glazed donuts on display case"
|
||||
@@ -308,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user