Merge version_1 into main #1
263
src/app/page.tsx
263
src/app/page.tsx
@@ -31,93 +31,41 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Nancy’s Cafe"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Nancy’s Cafe"
|
||||
description="Homestyle Comfort Food with a Local Touch"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-cherries-apricot-slices-plate-cup-tea-with-coffee-beans-saucer-jar-wooden-background_141793-25085.jpg",
|
||||
alt: "Top view of pancakes",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-breakfast-sandwiches-with-salmon-avocado_23-2148797014.jpg",
|
||||
alt: "Breakfast sandwich",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nutritious-breakfast-meal-composition_23-2148833889.jpg",
|
||||
alt: "Nutritious breakfast",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-delicious-breakfast-meal-assortment_23-2148833911.jpg",
|
||||
alt: "Breakfast assortment",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pan-cake-with-ice-cream-table_1232-2229.jpg",
|
||||
alt: "Homestyle breakfast",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-cherries-apricot-slices-plate-cup-tea-with-coffee-beans-saucer-jar-wooden-background_141793-25085.jpg", alt: "Top view of pancakes" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-breakfast-sandwiches-with-salmon-avocado_23-2148797014.jpg", alt: "Breakfast sandwich" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/nutritious-breakfast-meal-composition_23-2148833889.jpg", alt: "Nutritious breakfast" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/flat-lay-delicious-breakfast-meal-assortment_23-2148833911.jpg", alt: "Breakfast assortment" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pan-cake-with-ice-cream-table_1232-2229.jpg", alt: "Homestyle breakfast" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Visit Us", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatarText="Loved by our local community"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Comfort Food",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Flavors",
|
||||
},
|
||||
{ type: "text", text: "Family Owned" },
|
||||
{ type: "text", text: "Fresh Ingredients" },
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text", text: "Comfort Food" },
|
||||
{ type: "text", text: "Authentic Flavors" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,18 +76,9 @@ export default function LandingPage() {
|
||||
title="About Our Cafe"
|
||||
description="Nancy’s Cafe is a cozy, family-owned restaurant in Lake Station, Indiana, known for its welcoming atmosphere and delicious homestyle meals. From hearty breakfasts to flavorful lunch specials, every dish is made with care and tradition."
|
||||
metrics={[
|
||||
{
|
||||
value: "Family",
|
||||
title: "Owned",
|
||||
},
|
||||
{
|
||||
value: "Local",
|
||||
title: "Favorite",
|
||||
},
|
||||
{
|
||||
value: "Home",
|
||||
title: "Cooked",
|
||||
},
|
||||
{ value: "Family", title: "Owned" },
|
||||
{ value: "Local", title: "Favorite" },
|
||||
{ value: "Home", title: "Cooked" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg"
|
||||
imageAlt="Inside Nancy's Cafe"
|
||||
@@ -155,27 +94,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "mon",
|
||||
value: "Mon",
|
||||
title: "8 AM – 3 PM",
|
||||
description: "Business Hours",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "tue",
|
||||
value: "Tue-Fri",
|
||||
title: "8 AM – 3 PM",
|
||||
description: "Business Hours",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "sat",
|
||||
value: "Sat-Sun",
|
||||
title: "Closed",
|
||||
description: "Enjoy the weekend",
|
||||
icon: Coffee,
|
||||
},
|
||||
{ id: "mon", value: "Mon", title: "8 AM – 3 PM", description: "Business Hours", icon: Clock },
|
||||
{ id: "tue", value: "Tue-Fri", title: "8 AM – 3 PM", description: "Business Hours", icon: Clock },
|
||||
{ id: "sat", value: "Sat-Sun", title: "Closed", description: "Enjoy the weekend", icon: Coffee }
|
||||
]}
|
||||
title="Hours & Location"
|
||||
description="925 Central Ave Ste A, Lake Station, IN | (219) 962-1400"
|
||||
@@ -189,48 +110,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Breakfast Special",
|
||||
price: "$9",
|
||||
variant: "Breakfast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pan-cake-with-ice-cream-table_1232-2229.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cheeseburger",
|
||||
price: "$12",
|
||||
variant: "Lunch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holds-burger-with-hands-potato-chip_1150-1862.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cuban Sandwich",
|
||||
price: "$11",
|
||||
variant: "Lunch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-tomato-fries-with-spices-stand_141793-12500.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Meatloaf",
|
||||
price: "$13",
|
||||
variant: "Lunch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663868.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Taco Plate",
|
||||
price: "$10",
|
||||
variant: "Specialties",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Puerto Rican Rice",
|
||||
price: "$12",
|
||||
variant: "Specialties",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grain-with-rice-berry-roast-pork_1339-2958.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Breakfast Special", price: "$9", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/pan-cake-with-ice-cream-table_1232-2229.jpg" },
|
||||
{ id: "p2", name: "Cheeseburger", price: "$12", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-burger-with-hands-potato-chip_1150-1862.jpg" },
|
||||
{ id: "p3", name: "Cuban Sandwich", price: "$11", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-burger-with-tomato-fries-with-spices-stand_141793-12500.jpg" },
|
||||
{ id: "p4", name: "Meatloaf", price: "$13", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663868.jpg" },
|
||||
{ id: "p5", name: "Taco Plate", price: "$10", variant: "Specialties", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" },
|
||||
{ id: "p6", name: "Puerto Rican Rice", price: "$12", variant: "Specialties", imageSrc: "http://img.b2bpic.net/free-photo/grain-with-rice-berry-roast-pork_1339-2958.jpg" }
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Great meals at family-friendly prices ($8–$15)."
|
||||
@@ -244,26 +129,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Local Resident"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg",
|
||||
alt: "Happy Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg", alt: "Happy Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", alt: "Happy Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg", alt: "Happy Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg", alt: "Happy Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", alt: "Happy Customer 5" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -276,24 +146,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Great Coffee",
|
||||
description: "Freshly brewed every morning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
|
||||
imageAlt: "Cafe coffee",
|
||||
},
|
||||
{
|
||||
title: "Breakfast & Lunch",
|
||||
description: "Comfort food for anytime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-table_23-2149726817.jpg",
|
||||
imageAlt: "Diner meal",
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "Welcoming for everyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dehydrated-sweet-potatoes-green-paper-box-with-vegan-burger_181624-60886.jpg",
|
||||
imageAlt: "Cafe interior",
|
||||
},
|
||||
{ title: "Great Coffee", description: "Freshly brewed every morning.", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Cafe coffee" },
|
||||
{ title: "Breakfast & Lunch", description: "Comfort food for anytime.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-table_23-2149726817.jpg", imageAlt: "Diner meal" },
|
||||
{ title: "Family Friendly", description: "Welcoming for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/dehydrated-sweet-potatoes-green-paper-box-with-vegan-burger_181624-60886.jpg", imageAlt: "Cafe interior" }
|
||||
]}
|
||||
title="Gallery"
|
||||
description="A glimpse of our cozy atmosphere and delicious offerings."
|
||||
@@ -303,9 +158,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Stop by Nancy’s Cafe today!"
|
||||
description="Experience homestyle comfort in Lake Station."
|
||||
@@ -318,37 +171,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "925 Central Ave Ste A, Lake Station, IN",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(219) 962-1400",
|
||||
href: "tel:2199621400",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Location", items: [{ label: "925 Central Ave Ste A, Lake Station, IN", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "(219) 962-1400", href: "tel:2199621400" }] },
|
||||
{ title: "Social", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Nancy’s Cafe"
|
||||
bottomRightText="Built with love"
|
||||
@@ -357,4 +182,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user