Merge version_1 into main #2
220
src/app/page.tsx
220
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#social",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Our Story", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Community", id: "#social" },
|
||||
]}
|
||||
brandName="Daylight Donuts"
|
||||
/>
|
||||
@@ -53,43 +41,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Crafted Donuts. Elevated Experience."
|
||||
description="We’re redefining what a donut shop can be — bold flavors, beautiful design, and a space you’ll actually want to spend time in."
|
||||
tag="Fresh in Coldwater, OH"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Today’s Selection",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Ahead",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Today’s Selection", href: "#menu" },
|
||||
{ text: "Order Ahead", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg",
|
||||
imageAlt: "Gourmet Artisan Donuts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg", imageAlt: "Gourmet Artisan Donuts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-berries-sponge-cake_23-2147984966.jpg",
|
||||
imageAlt: "Modern Donut Shop Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg?_wi=1",
|
||||
imageAlt: "Signature Glazed Donut",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg?_wi=1",
|
||||
imageAlt: "Artisan Themed Donut",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3406.jpg",
|
||||
imageAlt: "Donut Shop Front",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-holding-berries-sponge-cake_23-2147984966.jpg", imageAlt: "Modern Donut Shop Interior"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -103,21 +67,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="More Than Just Donuts"
|
||||
metrics={[
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Coffee Crafted",
|
||||
value: "10,000+",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Happy Locals",
|
||||
value: "5,000+",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Donut Varieties",
|
||||
value: "40+",
|
||||
},
|
||||
{ icon: Coffee, label: "Coffee Crafted", value: "10,000+" },
|
||||
{ icon: Heart, label: "Happy Locals", value: "5,000+" },
|
||||
{ icon: CheckCircle, label: "Donut Varieties", value: "40+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -130,48 +82,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Glazed",
|
||||
price: "$1.50",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Creative Themed",
|
||||
price: "$2.50",
|
||||
variant: "Specialty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Apple Fritter",
|
||||
price: "$2.25",
|
||||
variant: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hazelnut Iced Coffee",
|
||||
price: "$3.50",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-black-coffee-milk-espresso-cinnamon-milk-foam-side-view_141793-12256.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Custom Iced Coffee",
|
||||
price: "$3.75",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cocktail-with-steam-ice-glass_84443-87126.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Classic Iced Coffee",
|
||||
price: "$3.00",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149703699.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Glazed", price: "$1.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg" },
|
||||
{ id: "2", name: "Creative Themed", price: "$2.50", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg" },
|
||||
{ id: "3", name: "Apple Fritter", price: "$2.25", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg" },
|
||||
{ id: "4", name: "Hazelnut Iced Coffee", price: "$3.50", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/latte-black-coffee-milk-espresso-cinnamon-milk-foam-side-view_141793-12256.jpg" },
|
||||
{ id: "5", name: "Custom Iced Coffee", price: "$3.75", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cocktail-with-steam-ice-glass_84443-87126.jpg" },
|
||||
{ id: "6", name: "Classic Iced Coffee", price: "$3.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149703699.jpg" },
|
||||
]}
|
||||
title="Donuts Worth Talking About"
|
||||
description="Our donuts are crafted, not just made. From classics to limited-time designs, we offer the best variety in Mercer County."
|
||||
@@ -180,30 +96,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Drive-Thru",
|
||||
title: "Efficiency",
|
||||
description: "Quick & Efficient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg?_wi=3",
|
||||
},
|
||||
id: "m1", value: "Drive-Thru", title: "Efficiency", description: "Quick & Efficient", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468155.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "In-Store",
|
||||
title: "Service",
|
||||
description: "Friendly & Patient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg?_wi=3",
|
||||
},
|
||||
id: "m2", value: "In-Store", title: "Service", description: "Friendly & Patient", imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-doughnuts-arrangement_23-2150673972.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Fresh",
|
||||
title: "Quality",
|
||||
description: "Always Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg?_wi=2",
|
||||
},
|
||||
id: "m3", value: "Fresh", title: "Quality", description: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/fruit-berries-lozenge-different-colors-table_7502-8488.jpg"},
|
||||
]}
|
||||
title="Fast When You Need It. Personal When You Want It."
|
||||
description="Efficient drive-thru for mornings on the go, or a relaxing space for when you have time to stay."
|
||||
@@ -217,26 +119,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="The Mercer County Community"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hesitant-lovely-woman-with-afro-hairstyle-purses-lips-looks-delicious-sweet-glazed-doughnuts-containing-much-calories-dressed-casual-outfit-isolated-purple-studio-wall-food_273609-26839.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg",
|
||||
alt: "Michael C.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283530.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-cute-blond-woman-holding-doughnut-eating-sweet-delicious-comfort-food_1258-253727.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg",
|
||||
alt: "Jessica L.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/hesitant-lovely-woman-with-afro-hairstyle-purses-lips-looks-delicious-sweet-glazed-doughnuts-containing-much-calories-dressed-casual-outfit-isolated-purple-studio-wall-food_273609-26839.jpg", alt: "Sarah J." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", alt: "Michael C." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283530.jpg", alt: "Emily R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-cute-blond-woman-holding-doughnut-eating-sweet-delicious-comfort-food_1258-253727.jpg", alt: "David K." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", alt: "Jessica L." },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -246,21 +133,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Visit Us Today"
|
||||
title="Your New Favorite Stop Starts Here"
|
||||
description="Morning coffee, office treats, or family rewards — we're ready for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Order Ahead",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Visit Us Today", href: "#" },
|
||||
{ text: "Order Ahead", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -269,42 +148,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Daylight Donuts",
|
||||
items: [
|
||||
{
|
||||
label: "Coldwater, Ohio",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fresh donuts daily",
|
||||
href: "#",
|
||||
},
|
||||
title: "Daylight Donuts", items: [
|
||||
{ label: "Coldwater, Ohio", href: "#" },
|
||||
{ label: "Fresh donuts daily", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Today's Selection",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Today's Selection", href: "#menu" },
|
||||
{ label: "Order Online", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user