diff --git a/src/app/page.tsx b/src/app/page.tsx index f2b574c..b5d4575 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -134,23 +62,7 @@ export default function LandingPage() { @@ -162,48 +74,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Signature Coffee", - price: "$3.50", - variant: "Drink", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg?_wi=1", - }, - { - id: "p2", - name: "Fresh Pastry", - price: "$4.00", - variant: "Bakery", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg?_wi=1", - }, - { - id: "p3", - name: "Gourmet Sandwich", - price: "$8.50", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg?_wi=1", - }, - { - id: "p4", - name: "Steak Special", - price: "$15.00", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee_23-2149703761.jpg", - }, - { - id: "p5", - name: "Garden Salad", - price: "$7.00", - variant: "Side", - imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-cream-sauce-salmon_140725-2219.jpg", - }, - { - id: "p6", - name: "Italian Pasta", - price: "$12.00", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-man-making-cup-cappuccino_181624-58109.jpg", - }, + { id: "p1", name: "Signature Coffee", price: "$3.50", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg" }, + { id: "p2", name: "Fresh Pastry", price: "$4.00", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg" }, + { id: "p3", name: "Gourmet Sandwich", price: "$8.50", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg" }, + { id: "p4", name: "Steak Special", price: "$15.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-with-delicious-coffee_23-2149703761.jpg" }, + { id: "p5", name: "Garden Salad", price: "$7.00", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-cream-sauce-salmon_140725-2219.jpg" }, + { id: "p6", name: "Italian Pasta", price: "$12.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-man-making-cup-cappuccino_181624-58109.jpg" } ]} title="Our Signature Menu" description="Explore our wide variety of dishes made with fresh, locally sourced ingredients." @@ -215,56 +91,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sara B.", - date: "2023-10-01", - title: "Regular Guest", - quote: "Consistently great food.", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-6156.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, - { - id: "t2", - name: "John D.", - date: "2023-09-25", - title: "Business Pro", - quote: "Quick, delicious, and easy.", - avatarSrc: "http://img.b2bpic.net/free-photo/couple-home-eating-togheter_23-2149105998.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-working-with-dough_23-2150014868.jpg", - imageAlt: "happy customer dining restaurant", - }, - { - id: "t3", - name: "Mike A.", - date: "2023-09-20", - title: "Foodie", - quote: "Love the local specialties.", - avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-beverage-with-drink_23-2148349636.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, - { - id: "t4", - name: "Helen W.", - date: "2023-09-15", - title: "Regular Guest", - quote: "My favorite spot in town.", - avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-meat-sauce-with-fried-vegetables-fried-onions-with-top-hot-pepper_141793-5012.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, - { - id: "t5", - name: "Daniel T.", - date: "2023-09-10", - title: "Tourist", - quote: "Excellent experience overall.", - avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-bread-cheese-tomato-cucumber-sausage-greens-flat-lay-wooden-table_176474-8298.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, + { id: "t1", name: "Sara B.", date: "2023-10-01", title: "Regular Guest", quote: "Consistently great food.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg" }, + { id: "t2", name: "John D.", date: "2023-09-25", title: "Business Pro", quote: "Quick, delicious, and easy.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-home-eating-togheter_23-2149105998.jpg" }, + { id: "t3", name: "Mike A.", date: "2023-09-20", title: "Foodie", quote: "Love the local specialties.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg" }, + { id: "t4", name: "Helen W.", date: "2023-09-15", title: "Regular Guest", quote: "My favorite spot in town.", tag: "Returning", avatarSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg" }, + { id: "t5", name: "Daniel T.", date: "2023-09-10", title: "Tourist", quote: "Excellent experience overall.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg" } ]} title="What Our Guests Say" description="Real feedback from our cherished community." @@ -277,36 +108,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "100%", - title: "Freshness Guaranteed", - items: [ - "Local produce", - "Organic", - "Zero preservatives", - ], - }, - { - id: "m2", - value: "10 min", - title: "Avg. Order Time", - items: [ - "Efficient kitchen", - "Professional staff", - "Seamless workflow", - ], - }, - { - id: "m3", - value: "24/7", - title: "Customer Support", - items: [ - "Always available", - "Dedicated team", - "Fast response", - ], - }, + { id: "m1", value: "100%", title: "Freshness Guaranteed", items: ["Local produce", "Organic", "Zero preservatives"] }, + { id: "m2", value: "10 min", title: "Avg. Order Time", items: ["Efficient kitchen", "Professional staff", "Seamless workflow"] }, + { id: "m3", value: "24/7", title: "Customer Support", items: ["Always available", "Dedicated team", "Fast response"] } ]} title="Serving Quality Daily" description="Our numbers reflect our commitment to great service." @@ -316,23 +120,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file