Merge version_1 into main #2
320
src/app/page.tsx
320
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="The Village Cafe"
|
||||
/>
|
||||
@@ -53,42 +41,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Pinehurst’s Favorite Breakfast Spot"
|
||||
description="Homemade comfort food, friendly faces, and the kind of mornings you don't rush."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Get Directions", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-epiphany-day-desserts-with-copy-space_23-2148740613.jpg?_wi=1",
|
||||
imageAlt: "Breakfast spread",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-milk-into-her-coffee_1153-545.jpg",
|
||||
imageAlt: "Coffee steam",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-outdoor-bench-with-pillows-table_181624-203.jpg",
|
||||
imageAlt: "Cafe interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg",
|
||||
imageAlt: "Friendly staff",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-waffles-with-jam_23-2147678780.jpg",
|
||||
imageAlt: "Pancakes",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-epiphany-day-desserts-with-copy-space_23-2148740613.jpg", imageAlt: "Breakfast spread" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-milk-into-her-coffee_1153-545.jpg", imageAlt: "Coffee steam" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-outdoor-bench-with-pillows-table_181624-203.jpg", imageAlt: "Cafe interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg", imageAlt: "Friendly staff" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-waffles-with-jam_23-2147678780.jpg", imageAlt: "Pancakes" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,15 +59,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"4.8 Star Rating",
|
||||
"Great Breakfast",
|
||||
"Friendly Staff",
|
||||
"Fast Service",
|
||||
"Local Favorite",
|
||||
"Coffee Lovers",
|
||||
"Family Spot",
|
||||
]}
|
||||
names={["4.8 Star Rating", "Great Breakfast", "Friendly Staff", "Fast Service", "Local Favorite", "Coffee Lovers", "Family Spot"]}
|
||||
title="Local Favorites"
|
||||
description="Trusted by our community every morning."
|
||||
/>
|
||||
@@ -118,42 +72,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Biscuits & Gravy",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-fritters-with-fresh-blueberries-currants-peaches-plate_127032-3103.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Eggs Benedict",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-bacon-twist-asparagus_74190-6886.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cinnamon Buns",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls-square_127032-2507.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Country Fried Steak",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-frying-pan_23-2147991234.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Golden Waffles",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694988.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fried Chicken & Mash",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/whole-grilled-chicken-with-tomato-herbs-sauce-wood-board_140725-523.jpg",
|
||||
},
|
||||
{ id: "1", name: "Biscuits & Gravy", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-fritters-with-fresh-blueberries-currants-peaches-plate_127032-3103.jpg" },
|
||||
{ id: "2", name: "Eggs Benedict", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-bacon-twist-asparagus_74190-6886.jpg" },
|
||||
{ id: "3", name: "Cinnamon Buns", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls-square_127032-2507.jpg" },
|
||||
{ id: "4", name: "Country Fried Steak", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-frying-pan_23-2147991234.jpg" },
|
||||
{ id: "5", name: "Golden Waffles", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-waffers-concept_23-2148694988.jpg" },
|
||||
{ id: "6", name: "Fried Chicken & Mash", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/whole-grilled-chicken-with-tomato-herbs-sauce-wood-board_140725-523.jpg" },
|
||||
]}
|
||||
title="Signature Favorites"
|
||||
description="Handcrafted breakfast classics you'll crave all week long."
|
||||
@@ -165,20 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="More Than Just Breakfast"
|
||||
description="We believe mornings should be simple, warm, and welcoming. From scratch-made meals to our dedicated local staff, we're here to make every breakfast feel like home."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Served",
|
||||
},
|
||||
{
|
||||
value: "5k+",
|
||||
title: "Happy Guests",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Fresh Ingredients",
|
||||
},
|
||||
]}
|
||||
metrics={[{ value: "15+", title: "Years Served" }, { value: "5k+", title: "Happy Guests" }, { value: "100%", title: "Fresh Ingredients" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-colorful-outfit-retro-vintage-50-s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10312.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
@@ -187,49 +98,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Church Breakfasts",
|
||||
descriptions: [
|
||||
"A staple for Sunday morning traditions.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-taking-breakfast-with-tea-croissants_23-2148341634.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Family Traditions",
|
||||
descriptions: [
|
||||
"Creating memories around our tables.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-while-out-city_23-2150895931.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Warm Conversations",
|
||||
descriptions: [
|
||||
"The heart of the Village community.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-meet-together-home-atmosphere-clink-mugs-eat-delicious-croissants_273609-8904.jpg",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Community Gathering",
|
||||
descriptions: [
|
||||
"Connecting neighbors through food.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Fresh Ingredients",
|
||||
descriptions: [
|
||||
"Sourced from local producers.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509045.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Church Breakfasts", descriptions: ["A staple for Sunday morning traditions."], imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-taking-breakfast-with-tea-croissants_23-2148341634.jpg" },
|
||||
{ id: "f2", title: "Family Traditions", descriptions: ["Creating memories around our tables."], imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-while-out-city_23-2150895931.jpg" },
|
||||
{ id: "f3", title: "Warm Conversations", descriptions: ["The heart of the Village community."], imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-meet-together-home-atmosphere-clink-mugs-eat-delicious-croissants_273609-8904.jpg" },
|
||||
{ id: "f4", title: "Community Gathering", descriptions: ["Connecting neighbors through food."], imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg" },
|
||||
{ id: "f5", title: "Fresh Ingredients", descriptions: ["Sourced from local producers."], imageSrc: "http://img.b2bpic.net/free-photo/delicious-floral-feast-still-life_23-2149509045.jpg" },
|
||||
]}
|
||||
title="Start Your Day Right"
|
||||
description="Whether it's your morning coffee ritual or a weekend tradition with family, we're your home away from home."
|
||||
@@ -241,61 +118,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2024",
|
||||
title: "Regular Guest",
|
||||
quote: "Love going here for post-church breakfast.",
|
||||
tag: "Breakfast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-epiphany-day-desserts-with-copy-space_23-2148740613.jpg?_wi=2",
|
||||
imageAlt: "smiling happy customer cafe",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike C.",
|
||||
date: "Sep 2024",
|
||||
title: "Happy Guest",
|
||||
quote: "Staff are always happy and smiling.",
|
||||
tag: "Lunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-brunette-woman-white-tshirt-having-healty-breakfast-while-siting-kitchen-table_171337-13118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-fritters-with-fresh-blueberries-currants-peaches-plate_127032-3103.jpg?_wi=2",
|
||||
imageAlt: "smiling happy customer cafe",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Aug 2024",
|
||||
title: "Foodie",
|
||||
quote: "Fast service and amazing food.",
|
||||
tag: "Brunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-bacon-twist-asparagus_74190-6886.jpg?_wi=2",
|
||||
imageAlt: "smiling happy customer cafe",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Jul 2024",
|
||||
title: "Family Man",
|
||||
quote: "Great local place with a warm feel.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls-square_127032-2507.jpg?_wi=2",
|
||||
imageAlt: "smiling happy customer cafe",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jenny L.",
|
||||
date: "Jun 2024",
|
||||
title: "Local",
|
||||
quote: "Best breakfast spot in town, hands down.",
|
||||
tag: "Classic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-frying-pan_23-2147991234.jpg?_wi=2",
|
||||
imageAlt: "smiling happy customer cafe",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", date: "Oct 2024", title: "Regular Guest", quote: "Love going here for post-church breakfast.", tag: "Breakfast", avatarSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-epiphany-day-desserts-with-copy-space_23-2148740613.jpg", imageAlt: "smiling happy customer cafe" },
|
||||
{ id: "2", name: "Mike C.", date: "Sep 2024", title: "Happy Guest", quote: "Staff are always happy and smiling.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-brunette-woman-white-tshirt-having-healty-breakfast-while-siting-kitchen-table_171337-13118.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-fritters-with-fresh-blueberries-currants-peaches-plate_127032-3103.jpg", imageAlt: "smiling happy customer cafe" },
|
||||
{ id: "3", name: "Emily R.", date: "Aug 2024", title: "Foodie", quote: "Fast service and amazing food.", tag: "Brunch", avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-bacon-twist-asparagus_74190-6886.jpg", imageAlt: "smiling happy customer cafe" },
|
||||
{ id: "4", name: "David K.", date: "Jul 2024", title: "Family Man", quote: "Great local place with a warm feel.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls-square_127032-2507.jpg", imageAlt: "smiling happy customer cafe" },
|
||||
{ id: "5", name: "Jenny L.", date: "Jun 2024", title: "Local", quote: "Best breakfast spot in town, hands down.", tag: "Classic", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-frying-pan_23-2147991234.jpg", imageAlt: "smiling happy customer cafe" },
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="Hear what our amazing guests have to say."
|
||||
@@ -308,46 +135,11 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "g1",
|
||||
title: "Cafe Atmosphere",
|
||||
descriptions: [
|
||||
"Cozy and bright.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-37.jpg",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
title: "Freshly Brewed",
|
||||
descriptions: [
|
||||
"Rich and hot.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23386.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
title: "Friendly Service",
|
||||
descriptions: [
|
||||
"Always with a smile.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-clinking-glasses_23-2149295545.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
title: "Morning Ritual",
|
||||
descriptions: [
|
||||
"Start with a fresh cup.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-cups-coffee-ceramic-mug-paper-cup-go-wooden-table-cafe_1220-1669.jpg",
|
||||
},
|
||||
{
|
||||
id: "g5",
|
||||
title: "Sweet Mornings",
|
||||
descriptions: [
|
||||
"Delight in our treats.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-waffles-breakfast_23-2147758230.jpg",
|
||||
},
|
||||
{ id: "g1", title: "Cafe Atmosphere", descriptions: ["Cozy and bright."], imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-37.jpg" },
|
||||
{ id: "g2", title: "Freshly Brewed", descriptions: ["Rich and hot."], imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23386.jpg" },
|
||||
{ id: "g3", title: "Friendly Service", descriptions: ["Always with a smile."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-clinking-glasses_23-2149295545.jpg" },
|
||||
{ id: "g4", title: "Morning Ritual", descriptions: ["Start with a fresh cup."], imageSrc: "http://img.b2bpic.net/free-photo/different-cups-coffee-ceramic-mug-paper-cup-go-wooden-table-cafe_1220-1669.jpg" },
|
||||
{ id: "g5", title: "Sweet Mornings", descriptions: ["Delight in our treats."], imageSrc: "http://img.b2bpic.net/free-photo/sweet-waffles-breakfast_23-2147758230.jpg" },
|
||||
]}
|
||||
title="Local Authenticity"
|
||||
description="A glimpse into life at The Village Cafe."
|
||||
@@ -357,9 +149,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Your Table's Waiting"
|
||||
description="Come visit The Village Cafe today. Located in the heart of Pinehurst."
|
||||
@@ -372,44 +162,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="The Village Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Links", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user