diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d58f9a..b8a6180 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -122,60 +76,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Signature", - name: "Roman Carbonara", - price: "€22", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-salad-with-tuna-corn-olives-bowl_123827-37213.jpg", - }, - { - id: "2", - brand: "Authentic", - name: "Truffle Pizza", - price: "€28", - rating: 5, - reviewCount: "890", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286881.jpg", - }, - { - id: "3", - brand: "Classic", - name: "Wild Mushroom Risotto", - price: "€25", - rating: 4, - reviewCount: "750", - imageSrc: "http://img.b2bpic.net/free-photo/sideview-pasta-with-tomato-sauce-parmesan-cheese-white-bowl_140725-11824.jpg", - }, - { - id: "4", - brand: "Dolce", - name: "Artisan Tiramisu", - price: "€20", - rating: 5, - reviewCount: "2.1k", - imageSrc: "http://img.b2bpic.net/free-photo/cake-cake-with-berries-powdered-sugar-chocolate-waffles-green-sauce_140725-73660.jpg", - }, - { - id: "5", - brand: "Antipasti", - name: "Tuscan Bruschetta", - price: "€20", - rating: 4, - reviewCount: "500", - imageSrc: "http://img.b2bpic.net/free-photo/two-tasty-toast-with-fried-vegetables-wooden-plate_114579-86082.jpg", - }, - { - id: "6", - brand: "Primi", - name: "Handmade Lasagna", - price: "€26", - rating: 5, - reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-spaghetti-with-sliced-sausages-black-bowl_114579-68535.jpg", - }, + { id: "1", brand: "Signature", name: "Roman Carbonara", price: "€22", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/pasta-salad-with-tuna-corn-olives-bowl_123827-37213.jpg" }, + { id: "2", brand: "Authentic", name: "Truffle Pizza", price: "€28", rating: 5, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286881.jpg" }, + { id: "3", brand: "Classic", name: "Wild Mushroom Risotto", price: "€25", rating: 4, reviewCount: "750", imageSrc: "http://img.b2bpic.net/free-photo/sideview-pasta-with-tomato-sauce-parmesan-cheese-white-bowl_140725-11824.jpg" }, + { id: "4", brand: "Dolce", name: "Artisan Tiramisu", price: "€20", rating: 5, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/cake-cake-with-berries-powdered-sugar-chocolate-waffles-green-sauce_140725-73660.jpg" }, + { id: "5", brand: "Antipasti", name: "Tuscan Bruschetta", price: "€20", rating: 4, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/two-tasty-toast-with-fried-vegetables-wooden-plate_114579-86082.jpg" }, + { id: "6", brand: "Primi", name: "Handmade Lasagna", price: "€26", rating: 5, reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/tasty-spaghetti-with-sliced-sausages-black-bowl_114579-68535.jpg" }, ]} title="Interactive Menu" description="Explore our curated selection of signature Italian dishes." @@ -189,27 +95,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "4.8", - title: "Guest Rating", - description: "Across 5,000+ reviews", - icon: Star, - }, - { - id: "2", - value: "20", - title: "Years Tradition", - description: "Of Roman heritage", - icon: Award, - }, - { - id: "3", - value: "150", - title: "Daily Guests", - description: "Creating memories", - icon: Users, - }, + { id: "1", value: "4.8", title: "Guest Rating", description: "Across 5,000+ reviews", icon: Star }, + { id: "2", value: "20", title: "Years Tradition", description: "Of Roman heritage", icon: Award }, + { id: "3", value: "150", title: "Daily Guests", description: "Creating memories", icon: Users }, ]} title="Dine With Excellence" description="Consistently recognized as a premier destination for authentic Roman dining." @@ -222,60 +110,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Elena Rossi", - role: "Food Critic", - company: "La Cucina", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boiled-spaghetti-with-sliced-sausages-blue-plate_114579-68443.jpg", - }, - { - id: "2", - name: "Markus Weber", - role: "Traveler", - company: "Globetrotter", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bacon-arugula-leaves-pizza-with-slices-yellow-bell-pepper-tomato_23-2148076089.jpg", - }, - { - id: "3", - name: "Sarah Miller", - role: "Food Blogger", - company: "Tasteful", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-pasta-dark-round_176474-3153.jpg", - }, - { - id: "4", - name: "Luca Moretti", - role: "Local Resident", - company: "Roman Life", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg", - }, - { - id: "5", - name: "Sofia Conti", - role: "Chef", - company: "Culinary Lab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cherry-cake-slices-with-cream-fresh-cherries-inside-round-plate-pink-desk-cake-biscuit-sugar_140725-28437.jpg", - }, + { id: "1", name: "Elena Rossi", role: "Food Critic", company: "La Cucina", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boiled-spaghetti-with-sliced-sausages-blue-plate_114579-68443.jpg" }, + { id: "2", name: "Markus Weber", role: "Traveler", company: "Globetrotter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bacon-arugula-leaves-pizza-with-slices-yellow-bell-pepper-tomato_23-2148076089.jpg" }, + { id: "3", name: "Sarah Miller", role: "Food Blogger", company: "Tasteful", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-pasta-dark-round_176474-3153.jpg" }, + { id: "4", name: "Luca Moretti", role: "Local Resident", company: "Roman Life", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg" }, + { id: "5", name: "Sofia Conti", role: "Chef", company: "Culinary Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-cherry-cake-slices-with-cream-fresh-cherries-inside-round-plate-pink-desk-cake-biscuit-sugar_140725-28437.jpg" }, ]} kpiItems={[ - { - value: "4.8/5", - label: "Avg Rating", - }, - { - value: "5000+", - label: "Happy Guests", - }, - { - value: "Top 10", - label: "Rome Dining", - }, + { value: "4.8/5", label: "Avg Rating" }, + { value: "5000+", label: "Happy Guests" }, + { value: "Top 10", label: "Rome Dining" }, ]} title="Guest Experiences" description="Discover why our guests return to our tables in Rome." @@ -290,36 +134,9 @@ export default function LandingPage() { title="Atmosphere & Vibe" description="Step into our world of elegance and tradition." blogs={[ - { - id: "g1", - category: "Gallery", - title: "The Dining Room", - excerpt: "Elegant modern setting.", - imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg", - authorName: "Más", - authorAvatar: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", - date: "2024", - }, - { - id: "g2", - category: "Gallery", - title: "Our Garden Terrace", - excerpt: "Relaxing outdoor dining.", - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg", - authorName: "Más", - authorAvatar: "http://img.b2bpic.net/free-photo/wine-splashes-glass-standing-black-background_1304-2873.jpg", - date: "2024", - }, - { - id: "g3", - category: "Gallery", - title: "The Chef's Corner", - excerpt: "Craftsmanship at work.", - imageSrc: "http://img.b2bpic.net/free-photo/various-dessert-glass-white-wine_140725-4306.jpg", - authorName: "Más", - authorAvatar: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg", - date: "2024", - }, + { id: "g1", category: "Gallery", title: "The Dining Room", excerpt: "Elegant modern setting.", imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg", authorName: "Más", authorAvatar: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", date: "2024" }, + { id: "g2", category: "Gallery", title: "Our Garden Terrace", excerpt: "Relaxing outdoor dining.", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg", authorName: "Más", authorAvatar: "http://img.b2bpic.net/free-photo/wine-splashes-glass-standing-black-background_1304-2873.jpg", date: "2024" }, + { id: "g3", category: "Gallery", title: "The Chef's Corner", excerpt: "Craftsmanship at work.", imageSrc: "http://img.b2bpic.net/free-photo/various-dessert-glass-white-wine_140725-4306.jpg", authorName: "Más", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg", date: "2024" }, ]} /> @@ -327,9 +144,7 @@ export default function LandingPage() {