diff --git a/src/app/page.tsx b/src/app/page.tsx
index fa58e32..c56fbd3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,79 +28,35 @@ export default function LandingPage() {
@@ -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() {
@@ -236,17 +128,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file