Update src/app/page.tsx
This commit is contained in:
186
src/app/page.tsx
186
src/app/page.tsx
@@ -28,79 +28,35 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lemon Grass"
|
||||
button={{
|
||||
text: "Order Online", href: "#menu"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Authentic Thai Flavors in Roswell"
|
||||
description="Experience the vibrant spices and fresh ingredients of traditional Thai cuisine, served with warmth and passion at Lemon Grass."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book Table", href: "#contact" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24807.jpg",
|
||||
imageAlt: "Authentic Thai Table",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-first-second-main-dish-lentil-soup-vegetable-salad-rice-with-meat-juice-table_140725-11420.jpg",
|
||||
imageAlt: "Signature Thai Dishes",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg",
|
||||
imageAlt: "Restaurant Atmosphere",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-chicken-green-curry-coconut-milk-thai-food_1150-25313.jpg",
|
||||
imageAlt: "Fresh Thai Ingredients",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mediterranean-diet-with-mussels-with-blackboard_23-2148234901.jpg",
|
||||
imageAlt: "Traditional Culinary Craft",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-with-red-onion-rings-pickled-cucumber-drizzled-with-sauce_140725-6651.jpg",
|
||||
imageAlt: "Warm Thai Hospitality",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24807.jpg", imageAlt: "Authentic Thai Table" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-first-second-main-dish-lentil-soup-vegetable-salad-rice-with-meat-juice-table_140725-11420.jpg", imageAlt: "Signature Thai Dishes" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Restaurant Atmosphere" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/rice-noodles-chicken-green-curry-coconut-milk-thai-food_1150-25313.jpg", imageAlt: "Fresh Thai Ingredients" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mediterranean-diet-with-mussels-with-blackboard_23-2148234901.jpg", imageAlt: "Traditional Culinary Craft" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-with-red-onion-rings-pickled-cucumber-drizzled-with-sauce_140725-6651.jpg", imageAlt: "Warm Thai Hospitality" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,18 +68,9 @@ export default function LandingPage() {
|
||||
title="Authentic Taste, Fresh Ingredients"
|
||||
description="At Lemon Grass, we take pride in serving fresh, authentic Thai dishes daily. From our hand-tossed rice to our flavorful stir-fries, every meal is prepared with care to bring the true taste of Thailand to Roswell."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Freshly Made Daily",
|
||||
description: "We prepare our rice and ingredients fresh throughout the day.",
|
||||
},
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Traditional flavors inspired by generations of Thai culinary craft.",
|
||||
},
|
||||
{
|
||||
title: "Warm Hospitality",
|
||||
description: "Our friendly staff ensures a welcoming and comfortable dining experience.",
|
||||
},
|
||||
{ title: "Freshly Made Daily", description: "We prepare our rice and ingredients fresh throughout the day." },
|
||||
{ title: "Authentic Recipes", description: "Traditional flavors inspired by generations of Thai culinary craft." },
|
||||
{ title: "Warm Hospitality", description: "Our friendly staff ensures a welcoming and comfortable dining experience." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-tray-with-fresh-vegetables_23-2148763154.jpg"
|
||||
imageAlt="Fresh Thai Culinary Ingredients"
|
||||
@@ -137,42 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pad Thai",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-fresh-shrimp-white-plate_1150-22370.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Orange Chicken",
|
||||
price: "$13.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-with-rice-plate-grey-background-closeup_1220-7658.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lumpia",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food_1150-21498.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Shrimp Tom Yum",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-kung-thai-hot-spicy-soup-shrimp-with-lemon-grass-lemon-galangal-chilli-wooden-table-thailand-food_1150-21088.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Thai Fried Rice",
|
||||
price: "$12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-fried-rice-white-plate-wooden-table_1150-21084.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Thai Iced Tea",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-thai-tea-mixed-with-green-tea-wooden-surface_1150-44410.jpg",
|
||||
},
|
||||
{ id: "1", name: "Pad Thai", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-fresh-shrimp-white-plate_1150-22370.jpg" },
|
||||
{ id: "2", name: "Orange Chicken", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/cooked-meat-with-rice-plate-grey-background-closeup_1220-7658.jpg" },
|
||||
{ id: "3", name: "Lumpia", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food_1150-21498.jpg" },
|
||||
{ id: "4", name: "Shrimp Tom Yum", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-kung-thai-hot-spicy-soup-shrimp-with-lemon-grass-lemon-galangal-chilli-wooden-table-thailand-food_1150-21088.jpg" },
|
||||
{ id: "5", name: "Thai Fried Rice", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-fried-rice-white-plate-wooden-table_1150-21084.jpg" },
|
||||
{ id: "6", name: "Thai Iced Tea", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-thai-tea-mixed-with-green-tea-wooden-surface_1150-44410.jpg" },
|
||||
]}
|
||||
title="Popular Menu Items"
|
||||
description="Discover our crowd favorites, from spicy soups to crispy appetizers."
|
||||
@@ -183,31 +100,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Crystal M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-white-shirt-with-drink-happily-looking-friend-while-spending-time-courtyard-cafe_574295-1047.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Steven S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6819.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jane D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
|
||||
},
|
||||
{ id: "1", name: "Crystal M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-white-shirt-with-drink-happily-looking-friend-while-spending-time-courtyard-cafe_574295-1047.jpg" },
|
||||
{ id: "2", name: "Steven S.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6819.jpg" },
|
||||
{ id: "3", name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg" },
|
||||
{ id: "4", name: "Mark L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg" },
|
||||
{ id: "5", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg" },
|
||||
]}
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Reviews"
|
||||
@@ -218,17 +115,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Come Dine With Us"
|
||||
description="Located at 610 S Main St, Roswell, NM. We look forward to serving you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=610+S+Main+St+Roswell+NM",
|
||||
},
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=610+S+Main+St+Roswell+NM" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -236,17 +128,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Lemon Grass"
|
||||
leftLink={{
|
||||
text: "610 S Main St, Roswell, NM",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us: +1 575-208-0411",
|
||||
href: "tel:+15752080411",
|
||||
}}
|
||||
leftLink={{ text: "610 S Main St, Roswell, NM", href: "#" }}
|
||||
rightLink={{ text: "Contact Us: +1 575-208-0411", href: "tel:+15752080411" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user