Merge version_2 into main #2
208
src/app/page.tsx
208
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="USA Restaurant"
|
||||
/>
|
||||
@@ -57,35 +42,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to USA Restaurant"
|
||||
description="Delicious Homestyle Meals Served Fresh Every Day. Experience the taste of comfort in Monticello, Indiana. From hearty breakfasts to satisfying lunch and dinner options, we serve freshly prepared meals with friendly service in a cozy environment."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Homestyle",
|
||||
},
|
||||
{
|
||||
value: "Fresh",
|
||||
label: "Ingredients",
|
||||
},
|
||||
{
|
||||
value: "Daily",
|
||||
label: "Service",
|
||||
},
|
||||
{ value: "100%", label: "Homestyle" },
|
||||
{ value: "Fresh", label: "Ingredients" },
|
||||
{ value: "Daily", label: "Service" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Visit Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg?_wi=1"
|
||||
imageAlt="USA Restaurant cozy atmosphere"
|
||||
@@ -114,27 +82,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "All-Day Breakfast",
|
||||
price: "$10 - $15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-33392.jpg?_wi=1",
|
||||
imageAlt: "All-Day Breakfast",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "American Classics",
|
||||
price: "$12 - $18",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-menu-template_23-2147512086.jpg",
|
||||
imageAlt: "American Burger",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Fresh Seafood",
|
||||
price: "$15 - $20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-steak_1339-5876.jpg",
|
||||
imageAlt: "Fresh Seafood Plate",
|
||||
},
|
||||
{ id: "p1", name: "All-Day Breakfast", price: "$10 - $15", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-33392.jpg?_wi=1" },
|
||||
{ id: "p2", name: "American Classics", price: "$12 - $18", imageSrc: "http://img.b2bpic.net/free-vector/elegant-menu-template_23-2147512086.jpg" },
|
||||
{ id: "p3", name: "Fresh Seafood", price: "$15 - $20", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-steak_1339-5876.jpg" },
|
||||
]}
|
||||
title="Our Menu Highlights"
|
||||
description="Something delicious for everyone, anytime of the day!"
|
||||
@@ -147,42 +97,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh & Quality Ingredients",
|
||||
author: "USA Restaurant",
|
||||
description: "Locally sourced and freshly prepared daily.",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg?_wi=2",
|
||||
imageAlt: "cozy american restaurant interior dining",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fast & Friendly Service",
|
||||
author: "USA Restaurant",
|
||||
description: "Our staff ensures you feel welcomed every time.",
|
||||
tags: [
|
||||
"Friendly",
|
||||
"Fast",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg?_wi=2",
|
||||
imageAlt: "fresh homestyle food served on plate",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Clean & Comfortable Dining",
|
||||
author: "USA Restaurant",
|
||||
description: "Relax and enjoy your meal in a clean, family-friendly space.",
|
||||
tags: [
|
||||
"Comfortable",
|
||||
"Clean",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-33392.jpg?_wi=2",
|
||||
imageAlt: "delicious american breakfast bacon eggs",
|
||||
},
|
||||
{ id: "f1", title: "Fresh & Quality Ingredients", author: "USA Restaurant", description: "Locally sourced and freshly prepared daily.", tags: ["Fresh", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-background-zoom-calls_23-2149684457.jpg?_wi=2" },
|
||||
{ id: "f2", title: "Fast & Friendly Service", author: "USA Restaurant", description: "Our staff ensures you feel welcomed every time.", tags: ["Friendly", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/border-pasta-ingredients_23-2147853453.jpg?_wi=2" },
|
||||
{ id: "f3", title: "Clean & Comfortable Dining", author: "USA Restaurant", description: "Relax and enjoy your meal in a clean, family-friendly space.", tags: ["Comfortable", "Clean"], imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-containing-cocktail-sausages-fried-eggs-cherry-tomatoes-sweets-fruits-glass-peach-juice_114579-33392.jpg?_wi=2" },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We strive for excellence in every meal served."
|
||||
@@ -194,46 +111,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Food!",
|
||||
quote: "Great home-cooked food with fast service and friendly staff!",
|
||||
name: "Sarah J.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-eating-salmon-bowls_23-2150533947.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Perfect Spot",
|
||||
quote: "A perfect place for breakfast anytime — highly recommended!",
|
||||
name: "Michael C.",
|
||||
role: "Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-drinking-coffee_23-2148395382.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Family Friendly",
|
||||
quote: "My family loves coming here for lunch. Always welcoming and consistent.",
|
||||
name: "Emily R.",
|
||||
role: "Regular Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Top Notch",
|
||||
quote: "The seafood platter is amazing, fresh and delicious.",
|
||||
name: "David K.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-plateau_23-2149212153.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Truly Authentic",
|
||||
quote: "Best homestyle diner in town. Don't miss out on the daily specials!",
|
||||
name: "Thomas W.",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-eating-salmon-bowls_23-2150533947.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", title: "Great Food!", quote: "Great home-cooked food with fast service and friendly staff!", name: "Sarah J.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-eating-salmon-bowls_23-2150533947.jpg?_wi=1" },
|
||||
{ id: "t2", title: "Perfect Spot", quote: "A perfect place for breakfast anytime — highly recommended!", name: "Michael C.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-drinking-coffee_23-2148395382.jpg" },
|
||||
{ id: "t3", title: "Family Friendly", quote: "My family loves coming here for lunch. Always welcoming and consistent.", name: "Emily R.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
|
||||
{ id: "t4", title: "Top Notch", quote: "The seafood platter is amazing, fresh and delicious.", name: "David K.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-plateau_23-2149212153.jpg" },
|
||||
{ id: "t5", title: "Truly Authentic", quote: "Best homestyle diner in town. Don't miss out on the daily specials!", name: "Thomas W.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-eating-salmon-bowls_23-2150533947.jpg?_wi=2" },
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our guests say about us."
|
||||
@@ -243,19 +125,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Visit us at 1515 N Main St, Monticello, IN 47960. Open Daily – Closes at 9 PM. Call us at +1 574-583-8179."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15745838179",
|
||||
},
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
{ text: "Call Now", href: "tel:+15745838179" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -263,34 +137,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="USA Restaurant"
|
||||
/>
|
||||
@@ -298,4 +146,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user