diff --git a/src/app/page.tsx b/src/app/page.tsx index feb2650..651ceec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -173,60 +94,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - brand: "Starter", - name: "Artisan Charcuterie", - price: "$18", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-best-snack-wine-brown-tray-right-side-ice-background_140725-140410.jpg", - }, - { - id: "2", - brand: "Main", - name: "Classic Paröle Burger", - price: "$22", - rating: 5, - reviewCount: "340", - imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", - }, - { - id: "3", - brand: "Drink", - name: "Craft Beer Flight", - price: "$14", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-bar_23-2148111128.jpg", - }, - { - id: "4", - brand: "Main", - name: "Chef's Special Catch", - price: "$28", - rating: 5, - reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/focused-master-chef-wearing-uniform-cooking-delicious-beef-steak-kitchen-restaurant_613910-18983.jpg", - }, - { - id: "5", - brand: "Dessert", - name: "Molten Chocolate Cake", - price: "$12", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-877.jpg", - }, - { - id: "6", - brand: "Drink", - name: "Signature Red Wine", - price: "$16", - rating: 4, - reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chicken-breast-grilled-potatoes-plate-wine_181624-35168.jpg", - }, + { id: "1", brand: "Starter", name: "Artisan Charcuterie", price: "$18", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-delicious-best-snack-wine-brown-tray-right-side-ice-background_140725-140410.jpg" }, + { id: "2", brand: "Main", name: "Classic Paröle Burger", price: "$22", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg" }, + { id: "3", brand: "Drink", name: "Craft Beer Flight", price: "$14", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-bar_23-2148111128.jpg" }, + { id: "4", brand: "Main", name: "Chef's Special Catch", price: "$28", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/focused-master-chef-wearing-uniform-cooking-delicious-beef-steak-kitchen-restaurant_613910-18983.jpg" }, + { id: "5", brand: "Dessert", name: "Molten Chocolate Cake", price: "$12", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-877.jpg" }, + { id: "6", brand: "Drink", name: "Signature Red Wine", price: "$16", rating: 4, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-chicken-breast-grilled-potatoes-plate-wine_181624-35168.jpg" }, ]} title="Menu Highlights" description="Discover our signature dishes and curated drink selection." @@ -240,28 +113,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Events & Hosting", - description: "Custom catering and space for corporate meetings and team building.", - bentoComponent: "reveal-icon", - icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629555.jpg", - imageAlt: "Front view of delicious thanksgiving meal", + title: "Events & Hosting", description: "Custom catering and space for corporate meetings and team building.", bentoComponent: "reveal-icon", icon: Award, }, { - title: "Private Dining", - description: "Intimate settings for your most important celebrations.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=2", - imageAlt: "Front view of delicious thanksgiving meal", + title: "Private Dining", description: "Intimate settings for your most important celebrations.", bentoComponent: "reveal-icon", icon: Shield, }, { - title: "Expert Staff", - description: "Professional service to ensure your visit is flawless.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=2", - imageAlt: "Front view of delicious thanksgiving meal", + title: "Expert Staff", description: "Professional service to ensure your visit is flawless.", bentoComponent: "reveal-icon", icon: Sparkles, }, ]} title="Why Choose Paröle" @@ -275,33 +133,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "15k+", - title: "Happy Guests", - items: [ - "Diners served", - "Great reviews", - ], - }, - { - id: "2", - value: "500+", - title: "Events Hosted", - items: [ - "Corporate", - "Private", - ], - }, - { - id: "3", - value: "50+", - title: "Craft Drinks", - items: [ - "Curated selection", - "Expertly mixed", - ], - }, + { id: "1", value: "15k+", title: "Happy Guests", items: ["Diners served", "Great reviews"] }, + { id: "2", value: "500+", title: "Events Hosted", items: ["Corporate", "Private"] }, + { id: "3", value: "50+", title: "Craft Drinks", items: ["Curated selection", "Expertly mixed"] }, ]} title="Our Impact" description="The numbers behind our great moments." @@ -315,27 +149,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} members={[ - { - id: "1", - name: "Alex Rivers", - role: "Head Chef", - imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg", - imageAlt: "Food for celebrating world tapas day", - }, - { - id: "2", - name: "Jordan Smith", - role: "Event Manager", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=3", - imageAlt: "Food for celebrating world tapas day", - }, - { - id: "3", - name: "Casey Morgan", - role: "Lead Mixologist", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=3", - imageAlt: "Food for celebrating world tapas day", - }, + { id: "1", name: "Alex Rivers", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg" }, + { id: "2", name: "Jordan Smith", role: "Event Manager", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg" }, + { id: "3", name: "Casey Morgan", role: "Lead Mixologist", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg" }, ]} title="Meet the Team" description="Our professionals are dedicated to your experience." @@ -347,46 +163,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} testimonials={[ - { - id: "1", - title: "Great Experience", - quote: "The food and drinks are top notch.", - name: "Sarah Johnson", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg", - }, - { - id: "2", - title: "Perfect for Events", - quote: "We hosted our annual team meeting here and it was flawless.", - name: "Michael Chen", - role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-having-drinks-party_23-2148037653.jpg", - }, - { - id: "3", - title: "Best Date Spot", - quote: "Cozy, elegant, and the staff is so friendly.", - name: "Emily Rodriguez", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161977.jpg", - }, - { - id: "4", - title: "Highly Recommended", - quote: "I come here weekly for the craft beer and food.", - name: "David Kim", - role: "Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/european-woman-using-mobile-phone-cafe_273443-679.jpg", - }, - { - id: "5", - title: "Lovely Atmosphere", - quote: "My go-to spot for relaxing evenings.", - name: "Laura White", - role: "Accountant", - imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-42688.jpg", - }, + { id: "1", title: "Great Experience", quote: "The food and drinks are top notch.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg" }, + { id: "2", title: "Perfect for Events", quote: "We hosted our annual team meeting here and it was flawless.", name: "Michael Chen", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-having-drinks-party_23-2148037653.jpg" }, + { id: "3", title: "Best Date Spot", quote: "Cozy, elegant, and the staff is so friendly.", name: "Emily Rodriguez", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-bouquet-roses-from-her-boyfriend_23-2149161977.jpg" }, + { id: "4", title: "Highly Recommended", quote: "I come here weekly for the craft beer and food.", name: "David Kim", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-using-mobile-phone-cafe_273443-679.jpg" }, + { id: "5", title: "Lovely Atmosphere", quote: "My go-to spot for relaxing evenings.", name: "Laura White", role: "Accountant", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-42688.jpg" }, ]} title="What Our Guests Say" description="Stories from our valued diners." @@ -398,21 +179,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Do I need a reservation?", - content: "We recommend reservations, especially on weekends, but walk-ins are always welcome.", - }, - { - id: "2", - title: "Can I host a private event?", - content: "Absolutely! Contact our events team for details on function spaces and catering.", - }, - { - id: "3", - title: "Are there vegetarian options?", - content: "Yes, our menu features several vegetarian and gluten-free choices.", - }, + { id: "1", title: "Do I need a reservation?", content: "We recommend reservations, especially on weekends, but walk-ins are always welcome." }, + { id: "2", title: "Can I host a private event?", content: "Absolutely! Contact our events team for details on function spaces and catering." }, + { id: "3", title: "Are there vegetarian options?", content: "Yes, our menu features several vegetarian and gluten-free choices." }, ]} title="Frequently Asked Questions" description="Everything you need to know about dining at Paröle." @@ -423,11 +192,10 @@ export default function LandingPage() {