diff --git a/src/app/page.tsx b/src/app/page.tsx index c03824a..86f0d4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,131 +31,46 @@ export default function LandingPage() {
@@ -167,60 +82,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Diner Classic", - name: "Dagwood Burger", - price: "$14.99", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg?_wi=1", - }, - { - id: "p2", - brand: "Signature", - name: "Sizzling Fajitas", - price: "$18.50", - rating: 5, - reviewCount: "840", - imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg?_wi=1", - }, - { - id: "p3", - brand: "Diner Staple", - name: "Signature Coffee", - price: "$3.50", - rating: 5, - reviewCount: "2.5k", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg?_wi=1", - }, - { - id: "p4", - brand: "Breakfast", - name: "Farmhouse Omelet", - price: "$12.99", - rating: 4, - reviewCount: "620", - imageSrc: "http://img.b2bpic.net/free-photo/sausage-sandwich-with-tomato-lettuce-wooden-plank_176474-2985.jpg", - }, - { - id: "p5", - brand: "Lunch", - name: "Classic Melt", - price: "$11.50", - rating: 5, - reviewCount: "410", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-red-peppers-wooden-fork_1122-973.jpg", - }, - { - id: "p6", - brand: "Dinner", - name: "Chicken Pot Pie", - price: "$16.00", - rating: 5, - reviewCount: "320", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_1098-1142.jpg", - }, + { id: "p1", brand: "Diner Classic", name: "Dagwood Burger", price: "$14.99", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flags-arrangement_23-2149897369.jpg" }, + { id: "p2", brand: "Signature", name: "Sizzling Fajitas", price: "$18.50", rating: 5, reviewCount: "840", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246107.jpg" }, + { id: "p3", brand: "Diner Staple", name: "Signature Coffee", price: "$3.50", rating: 5, reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-person-making-drip-coffee_53876-30608.jpg" }, + { id: "p4", brand: "Breakfast", name: "Farmhouse Omelet", price: "$12.99", rating: 4, reviewCount: "620", imageSrc: "http://img.b2bpic.net/free-photo/sausage-sandwich-with-tomato-lettuce-wooden-plank_176474-2985.jpg" }, + { id: "p5", brand: "Lunch", name: "Classic Melt", price: "$11.50", rating: 5, reviewCount: "410", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-red-peppers-wooden-fork_1122-973.jpg" }, + { id: "p6", brand: "Dinner", name: "Chicken Pot Pie", price: "$16.00", rating: 5, reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee_1098-1142.jpg" } ]} title="Chef's Specials" description="Handcrafted dishes made with love and fresh ingredients." @@ -231,26 +98,11 @@ export default function LandingPage() { @@ -258,55 +110,15 @@ export default function LandingPage() { @@ -319,27 +131,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "20K+", - title: "Meals Served", - description: "Happy satisfied customers this year", - icon: Utensils, - }, - { - id: "m2", - value: "15", - title: "Family Recipes", - description: "Generations of home-style secrets", - icon: Utensils, - }, - { - id: "m3", - value: "65+", - title: "Years Open", - description: "Since 1955", - icon: Clock, - }, + { id: "m1", value: "20K+", title: "Meals Served", description: "Happy satisfied customers this year", icon: Utensils }, + { id: "m2", value: "15", title: "Family Recipes", description: "Generations of home-style secrets", icon: Utensils }, + { id: "m3", value: "65+", title: "Years Open", description: "Since 1955", icon: Clock } ]} title="Serving Smiles Daily" description="Our numbers reflect our commitment to great service and quality food." @@ -348,30 +142,13 @@ export default function LandingPage() {