diff --git a/src/app/page.tsx b/src/app/page.tsx index f9bbc10..bce0809 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,17 +47,14 @@ export default function LandingPage() {
@@ -74,7 +63,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Authentic Coastal Hospitality" description="Trilora Beach Café brings together the warmth of traditional coastal culture with modern luxury. Our kitchen crafts every plate with the freshest daily catch, ensuring an unforgettable culinary journey by the shore." - imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720769.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720769.jpg" /> @@ -84,29 +73,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Ocean", - title: "Panoramic Views", - subtitle: "Front row seat", - description: "Uninterrupted ocean vistas from every table in the café.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072623.jpg", - imageAlt: "Traditional gulas dish arrangement", - }, + tag: "Ocean", title: "Panoramic Views", subtitle: "Front row seat", description: "Uninterrupted ocean vistas from every table in the café.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072623.jpg", imageAlt: "Traditional gulas dish arrangement"}, { - tag: "Late", - title: "Late Night Dining", - subtitle: "Open late", - description: "Perfect for your late-night cravings and romantic evening strolls.", - imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-romantic-picnic-by-sea-concept-holiday_169016-15608.jpg?_wi=2", - imageAlt: "Traditional gulas dish arrangement", - }, + tag: "Late", title: "Late Night Dining", subtitle: "Open late", description: "Perfect for your late-night cravings and romantic evening strolls.", imageSrc: "http://img.b2bpic.net/free-photo/summer-beautiful-romantic-picnic-by-sea-concept-holiday_169016-15608.jpg", imageAlt: "Traditional gulas dish arrangement"}, { - tag: "Menu", - title: "Signature Koliwada", - subtitle: "Authentic spice", - description: "Our secret spice blend makes our fish legendary among locals.", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720769.jpg?_wi=2", - imageAlt: "Traditional gulas dish arrangement", - }, + tag: "Menu", title: "Signature Koliwada", subtitle: "Authentic spice", description: "Our secret spice blend makes our fish legendary among locals.", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720769.jpg", imageAlt: "Traditional gulas dish arrangement"}, ]} title="Why Experience Trilora?" description="More than just a meal, we offer a sanctuary for the senses." @@ -121,59 +92,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Trilora Signature Koliwada", - price: "$32", - brand: "Seafood", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-rice-raddish_140725-3403.jpg", - }, + id: "1", name: "Trilora Signature Koliwada", price: "$32", brand: "Seafood", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-rice-raddish_140725-3403.jpg"}, { - id: "2", - name: "Coastal Spiced Shrimp", - price: "$28", - brand: "Appetizer", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-elegant-tableware_23-2148835204.jpg", - }, + id: "2", name: "Coastal Spiced Shrimp", price: "$28", brand: "Appetizer", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-elegant-tableware_23-2148835204.jpg"}, { - id: "3", - name: "Coconut Seafood Curry", - price: "$45", - brand: "Entrée", - rating: 5, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/fish-soup-with-vegetables_140725-15.jpg", - }, + id: "3", name: "Coconut Seafood Curry", price: "$45", brand: "Entrée", rating: 5, + reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/fish-soup-with-vegetables_140725-15.jpg"}, { - id: "4", - name: "Catch of the Day Grill", - price: "$52", - brand: "Fresh", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-cheese-table_140725-8569.jpg", - }, + id: "4", name: "Catch of the Day Grill", price: "$52", brand: "Fresh", rating: 5, + reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-cheese-table_140725-8569.jpg"}, { - id: "5", - name: "Sunset Serenity Cocktail", - price: "$18", - brand: "Drinks", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/alcohol-shots-sandy-beach_23-2147656137.jpg", - }, + id: "5", name: "Sunset Serenity Cocktail", price: "$18", brand: "Drinks", rating: 4, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/alcohol-shots-sandy-beach_23-2147656137.jpg"}, { - id: "6", - name: "Tropical Fruit Ambrosia", - price: "$22", - brand: "Dessert", - rating: 5, - reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-877.jpg", - }, + id: "6", name: "Tropical Fruit Ambrosia", price: "$22", brand: "Dessert", rating: 5, + reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-877.jpg"}, ]} title="Signature Menu Highlights" description="Exquisite dishes crafted with passion." @@ -182,50 +117,26 @@ export default function LandingPage() {
@@ -317,42 +205,27 @@ export default function LandingPage() { logoText="Trilora" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Full Menu", - href: "#menu", - }, + label: "Full Menu", href: "#menu"}, { - label: "Beverages", - href: "#menu", - }, + label: "Beverages", href: "#menu"}, ], }, { - title: "Info", - items: [ + title: "Info", items: [ { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, { - label: "Location", - href: "#", - }, + label: "Location", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Use", - href: "#", - }, + label: "Terms of Use", href: "#"}, ], }, ]}