diff --git a/src/app/page.tsx b/src/app/page.tsx
index f2d13a2..2385461 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -58,33 +46,12 @@ export default function LandingPage() {
title="Welcome to Tasco do Strauss"
description="Authentic flavors meet traditional hospitality. Experience the heart of culinary craftsmanship in every bite."
buttons={[
- {
- text: "Discover Our Menu",
- href: "#product",
- },
+ { text: "Discover Our Menu", href: "#product" },
]}
imageSrc="http://img.b2bpic.net/free-photo/singe-dish-table_23-2147681075.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/drink-snacks-table_23-2147885843.jpg",
- alt: "Drink and snacks on table",
- },
- {
- src: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg",
- alt: "Wooden pot on a wooden table with flowers and candles on it near an armchair and a fireplace",
- },
- {
- src: "http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg",
- alt: "modern dining london table empty",
- },
- {
- src: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg",
- alt: "Restaurant with leather sofa paintings on the wall",
- },
- {
- src: "http://img.b2bpic.net/free-photo/singe-dish-table_23-2147681075.jpg",
- alt: "authentic portuguese restaurant interior",
- },
+ { src: "http://img.b2bpic.net/free-photo/drink-snacks-table_23-2147885843.jpg", alt: "Drink and snacks on table" },
+ { src: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg", alt: "Wooden pot" },
]}
avatarText="Join our growing community of happy diners."
/>
@@ -95,21 +62,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Culinary Heritage"
metrics={[
- {
- icon: Star,
- label: "Years of Experience",
- value: "20+",
- },
- {
- icon: Utensils,
- label: "Authentic Dishes",
- value: "50+",
- },
- {
- icon: Award,
- label: "Awards Won",
- value: "15",
- },
+ { icon: Star, label: "Years of Experience", value: "20+" },
+ { icon: Utensils, label: "Authentic Dishes", value: "50+" },
+ { icon: Award, label: "Awards Won", value: "15" },
]}
metricsAnimation="slide-up"
/>
@@ -122,42 +77,8 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Traditional Seafood Stew",
- price: "$24",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-served-with-green-herbs-lemon-slices_114579-3581.jpg",
- },
- {
- id: "p2",
- name: "Grilled Catch of the Day",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-side-oysters-lemons_141793-419.jpg",
- },
- {
- id: "p3",
- name: "Slow Roasted Meat Plate",
- price: "$32",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-with-cutlery-tablecloth_23-2148234890.jpg",
- },
- {
- id: "p4",
- name: "Artisanal Cheese Selection",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-seafood-plate-table-close-up_93675-129085.jpg",
- },
- {
- id: "p5",
- name: "Homemade Daily Dessert",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-vegetables-lemon-served-with-glass-wine_141793-762.jpg",
- },
- {
- id: "p6",
- name: "House Special Wine",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-with-tablecloth-cutlery_23-2148234931.jpg",
- },
+ { id: "p1", name: "Traditional Seafood Stew", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-served-with-green-herbs-lemon-slices_114579-3581.jpg", onProductClick: () => alert("Adding to order...") },
+ { id: "p2", name: "Grilled Catch of the Day", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-side-oysters-lemons_141793-419.jpg", onProductClick: () => alert("Adding to order...") },
]}
title="Our Signature Specialties"
description="Handpicked traditional dishes crafted with fresh local ingredients."
@@ -170,36 +91,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "10k+",
- title: "Happy Guests Served",
- items: [
- "Dine-in",
- "Takeout",
- "Events",
- ],
- },
- {
- id: "m2",
- value: "4.8",
- title: "Customer Rating",
- items: [
- "Excellent service",
- "Fresh ingredients",
- "Great atmosphere",
- ],
- },
- {
- id: "m3",
- value: "100%",
- title: "Local Ingredients",
- items: [
- "Fresh Produce",
- "Sustainably sourced",
- "Quality assured",
- ],
- },
+ { id: "m1", value: "10k+", title: "Happy Guests Served", items: ["Dine-in", "Takeout"] },
]}
title="Tasco in Numbers"
description="Decades of tradition serving our community."
@@ -210,17 +102,9 @@ export default function LandingPage() {
@@ -228,31 +112,7 @@ export default function LandingPage() {
window.location.href = "tel:+123456789" },
]}
/>
@@ -314,4 +155,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file