Merge version_2 into main #2
193
src/app/page.tsx
193
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Nomads Restaurant"
|
||||
/>
|
||||
@@ -53,68 +45,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Authentic Flavors. Warm Atmosphere. Right Here in Des Plaines."
|
||||
description="Dine in, take out, or order online — experience Nomads today. Your table is ready for an authentic culinary adventure."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:3128344036",
|
||||
},
|
||||
text: "Call Now", href: "tel:3128344036"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg?_wi=1"
|
||||
imageAlt="Nomads Restaurant Interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-dining-table-focus-is-senior-couple_637285-3207.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-dining-table-focus-is-senior-couple_637285-3207.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-drinks_23-2150124808.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-drinks_23-2150124808.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Cuisine",
|
||||
},
|
||||
type: "text", text: "Authentic Cuisine"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Private Events",
|
||||
},
|
||||
type: "text", text: "Private Events"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Specials",
|
||||
},
|
||||
type: "text", text: "Daily Specials"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,45 +94,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Local Resident",
|
||||
company: "Des Plaines",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Des Plaines", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Food Enthusiast",
|
||||
company: "Chicago",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Food Enthusiast", company: "Chicago", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Parent",
|
||||
company: "Des Plaines",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-dining-table-focus-is-senior-couple_637285-3207.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Parent", company: "Des Plaines", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-enjoying-lunch-toasting-dining-table-focus-is-senior-couple_637285-3207.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Professional",
|
||||
company: "Park Ridge",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-drinks_23-2150124808.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Professional", company: "Park Ridge", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-people-with-drinks_23-2150124808.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Smith",
|
||||
role: "Chef",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Alex Smith", role: "Chef", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg?_wi=2"},
|
||||
{
|
||||
id: "6", name: "Jordan Lee", role: "Food Critic", company: "Chicago", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-friends-hanging-out-cafe_23-2148419688.jpg"},
|
||||
{
|
||||
id: "7", name: "Maria Garcia", role: "Event Planner", company: "Des Plaines", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-laughing-cafe_23-2148434606.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join our community of happy diners in Des Plaines."
|
||||
@@ -181,23 +129,14 @@ export default function LandingPage() {
|
||||
description="Our commitment to quality and community shines through in every meal."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Utensils,
|
||||
title: "Dishes Served",
|
||||
value: "50k+",
|
||||
},
|
||||
id: "1", icon: Utensils,
|
||||
title: "Dishes Served", value: "50k+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Guests",
|
||||
value: "15k+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Happy Guests", value: "15k+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Star,
|
||||
title: "Average Rating",
|
||||
value: "4.9",
|
||||
},
|
||||
id: "3", icon: Star,
|
||||
title: "Average Rating", value: "4.9"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -209,13 +148,9 @@ export default function LandingPage() {
|
||||
description="Nomads brings authentic, hand-crafted culinary experiences to Des Plaines, combining traditional techniques with fresh, local ingredients for a truly unique dining experience."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Excellence",
|
||||
},
|
||||
value: "10+", title: "Years of Excellence"},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Authentic Recipes",
|
||||
},
|
||||
value: "20+", title: "Authentic Recipes"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-wooden-table_417767-153.jpg?_wi=2"
|
||||
imageAlt="Our Culinary Team"
|
||||
@@ -228,20 +163,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Reservations & Inquiries"
|
||||
title="Book Your Table Today"
|
||||
description="Ready to experience the flavors of Nomads? Call us directly or fill out the form for special event inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "(312) 834-4036",
|
||||
href: "tel:3128344036",
|
||||
},
|
||||
text: "(312) 834-4036", href: "tel:3128344036"},
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -250,42 +180,27 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "1277 Elmhurst Rd, Des Plaines, IL",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "1277 Elmhurst Rd, Des Plaines, IL", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Online", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(312) 834-4036",
|
||||
href: "tel:3128344036",
|
||||
},
|
||||
label: "(312) 834-4036", href: "tel:3128344036"},
|
||||
{
|
||||
label: "contact@nomads.com",
|
||||
href: "mailto:contact@nomads.com",
|
||||
},
|
||||
label: "contact@nomads.com", href: "mailto:contact@nomads.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -295,4 +210,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user