diff --git a/src/app/page.tsx b/src/app/page.tsx index e946a26..2978bad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,63 +46,40 @@ export default function LandingPage() {
@@ -122,17 +91,11 @@ export default function LandingPage() { description="Cafe Mari is a place where community meets quality. Whether you're looking for a quiet morning spot, a place to work, or a brunch gathering with friends, we provide the perfect setting." metrics={[ { - value: "4.3", - title: "Rating", - }, + value: "4.3", title: "Rating"}, { - value: "369+", - title: "Reviews", - }, + value: "369+", title: "Reviews"}, { - value: "Local", - title: "Favorite", - }, + value: "Local", title: "Favorite"}, ]} imageSrc="http://img.b2bpic.net/free-photo/interior-design-with-eucalyptus-high-angle_23-2149420713.jpg" imageAlt="Cafe atmosphere" @@ -149,59 +112,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Breakfast", - name: "Scrambled Eggs with Cheddar", - price: "₪58", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", - }, + id: "p1", brand: "Breakfast", name: "Scrambled Eggs with Cheddar", price: "₪58", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg"}, { - id: "p2", - brand: "Signature", - name: "Polenta Toast", - price: "₪45", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-ice-cream-jam-mint-side-view_141793-4402.jpg", - }, + id: "p2", brand: "Signature", name: "Polenta Toast", price: "₪45", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-ice-cream-jam-mint-side-view_141793-4402.jpg"}, { - id: "p3", - brand: "Beverage", - name: "Mari's Signature Coffee", - price: "₪18", - rating: 4, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-yummy-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115593.jpg", - }, + id: "p3", brand: "Beverage", name: "Mari's Signature Coffee", price: "₪18", rating: 4, + reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-yummy-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115593.jpg"}, { - id: "p4", - brand: "Pastry", - name: "Fresh Croissant", - price: "₪15", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-homemade-croissants-grey-white-french-pastry_114579-4915.jpg", - }, + id: "p4", brand: "Pastry", name: "Fresh Croissant", price: "₪15", rating: 4, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-homemade-croissants-grey-white-french-pastry_114579-4915.jpg"}, { - id: "p5", - brand: "Brunch", - name: "Shakshuka Bowl", - price: "₪62", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pan-with-jewish-meal_23-2148814505.jpg", - }, + id: "p5", brand: "Brunch", name: "Shakshuka Bowl", price: "₪62", rating: 5, + reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pan-with-jewish-meal_23-2148814505.jpg"}, { - id: "p6", - brand: "Sweet", - name: "Chocolate Dessert", - price: "₪35", - rating: 5, - reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-with-golden-spoon-dark-plate_114579-21602.jpg", - }, + id: "p6", brand: "Sweet", name: "Chocolate Dessert", price: "₪35", rating: 5, + reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/piece-sweet-pie-with-golden-spoon-dark-plate_114579-21602.jpg"}, ]} title="Popular Menu Items" description="Discover our most loved dishes, from our signature scrambled eggs to our refreshing polenta toast." @@ -215,34 +142,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Seating", - title: "Comfortable Options", - items: [ - "Indoor seating area", - "Outdoor seating with shade", - "Pet friendly", - ], + id: "f1", label: "Seating", title: "Comfortable Options", items: [ + "Indoor seating area", "Outdoor seating with shade", "Pet friendly"], }, { - id: "f2", - label: "Service", - title: "Friendly Vibe", - items: [ - "Quick service", - "Neighborhood feel", - "Quality coffee", - ], + id: "f2", label: "Service", title: "Friendly Vibe", items: [ + "Quick service", "Neighborhood feel", "Quality coffee"], }, { - id: "f3", - label: "Hours", - title: "Perfect Timing", - items: [ - "Open until 10pm", - "Daily fresh brunch", - "Coffee all day", - ], + id: "f3", label: "Hours", title: "Perfect Timing", items: [ + "Open until 10pm", "Daily fresh brunch", "Coffee all day"], }, ]} title="Why Visit Cafe Mari?" @@ -258,23 +167,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "t1", - name: "Mari", - role: "Founder", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway_1258-199328.jpg", - }, + id: "t1", name: "Mari", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-girl-barista-giving-out-order-cafe-inviting-guest-pick-up-takeaway_1258-199328.jpg"}, { - id: "t2", - name: "David", - role: "Barista", - imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", - }, + id: "t2", name: "David", role: "Barista", imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg"}, { - id: "t3", - name: "Sarah", - role: "Chef", - imageSrc: "http://img.b2bpic.net/free-photo/young-cool-waiter-black-cap-apron-standing-holding-tray-with-cup-coffee-while-dreamily-looking-camera-cafe_574295-3440.jpg", - }, + id: "t3", name: "Sarah", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-cool-waiter-black-cap-apron-standing-holding-tray-with-cup-coffee-while-dreamily-looking-camera-cafe_574295-3440.jpg"}, ]} title="Our Dedicated Team" description="Meet the people who make Cafe Mari the heart of the neighborhood." @@ -287,45 +184,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "A real treat!", - quote: "A cozy, neighborhood cafe with incredibly delicious bites. A must for brunch lovers.", - name: "Niv Benshi", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-modern-woman-sitting-outdoor-cafe-smiling-drinking-coffee-from_1258-206064.jpg", - }, + id: "1", title: "A real treat!", quote: "A cozy, neighborhood cafe with incredibly delicious bites. A must for brunch lovers.", name: "Niv Benshi", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-modern-woman-sitting-outdoor-cafe-smiling-drinking-coffee-from_1258-206064.jpg"}, { - id: "2", - title: "Local gem", - quote: "New small and cozy cafe. Minimalistic and clean, great location.", - name: "Guy Greenshtein", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", - }, + id: "2", title: "Local gem", quote: "New small and cozy cafe. Minimalistic and clean, great location.", name: "Guy Greenshtein", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"}, { - id: "3", - title: "Great brunch", - quote: "Excellent vibe and good looking place. The brunch options are lovely.", - name: "Sarah", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg", - }, + id: "3", title: "Great brunch", quote: "Excellent vibe and good looking place. The brunch options are lovely.", name: "Sarah", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg"}, { - id: "4", - title: "Tasty!", - quote: "Delicious food and fresh coffee every single time. Definitely recommended.", - name: "Michael", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", - }, + id: "4", title: "Tasty!", quote: "Delicious food and fresh coffee every single time. Definitely recommended.", name: "Michael", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"}, { - id: "5", - title: "Neighborhood favorite", - quote: "Exactly what this neighborhood needed. Perfect spot to spend the afternoon.", - name: "Daniel", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", - }, + id: "5", title: "Neighborhood favorite", quote: "Exactly what this neighborhood needed. Perfect spot to spend the afternoon.", name: "Daniel", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg"}, ]} title="What Our Guests Say" description="Real experiences from our lovely neighbors." @@ -339,22 +206,14 @@ export default function LandingPage() { description="Have questions or want to host a private event? Reach out to us!" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/cheerful-lady-beige-cap-red-scarf-is-coming-out-from-cafeteria-with-coffee-black-jacket-outdoor-portrait-pleased-young-woman-resting-restaurant-street_291650-2259.jpg" imageAlt="Contact us image" @@ -365,34 +224,23 @@ export default function LandingPage() {