From 7e466117903fe082ac0870172c906cccd10048d1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 07:07:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 194 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca59b46..db04de7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,24 +31,13 @@ export default function LandingPage() { @@ -57,41 +46,17 @@ export default function LandingPage() { title="Your Favorite Cozy Café in Vastral" description="Great food, great vibes, and the perfect place to connect with friends and family." buttons={[ - { - text: "Call Now", - href: "tel:+918200443850", - }, - { - text: "Get Directions", - href: "https://maps.google.com", - }, - { - text: "WhatsApp Order", - href: "https://wa.me/918200443850", - }, + { text: "Call Now", href: "tel:+918200443850" }, + { text: "Get Directions", href: "https://maps.google.com" }, + { text: "WhatsApp Order", href: "https://wa.me/918200443850" } ]} imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", - alt: "Happy customer", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", - alt: "Happy customer", - }, - { - src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", - alt: "Happy customer", - }, - { - src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3216.jpg", - alt: "Happy customer", - }, - { - src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2622.jpg", - alt: "Happy customer", - }, + { src: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg", alt: "Happy customer" }, + { src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Happy customer" }, + { src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", alt: "Happy customer" }, + { src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3216.jpg", alt: "Happy customer" }, + { src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2622.jpg", alt: "Happy customer" } ]} avatarText="Join our community of coffee lovers" /> @@ -104,18 +69,9 @@ export default function LandingPage() { title="Built for Connection" description="Cafe Connection is your local spot in Vastral, Ahmedabad. We combine great coffee, fresh fast-food favorites, and a warm atmosphere to create the perfect hangout for students and families alike." bulletPoints={[ - { - title: "Cozy Ambience", - description: "Relax in our comfortable seating area.", - }, - { - title: "Fresh & Local", - description: "Ingredients sourced fresh daily.", - }, - { - title: "Affordable Prices", - description: "Great quality that fits your budget.", - }, + { title: "Cozy Ambience", description: "Relax in our comfortable seating area." }, + { title: "Fresh & Local", description: "Ingredients sourced fresh daily." }, + { title: "Affordable Prices", description: "Great quality that fits your budget." } ]} imageSrc="http://img.b2bpic.net/free-photo/woman-red-sweater-lady-drinks-coffee_1157-40771.jpg" mediaAnimation="slide-up" @@ -129,42 +85,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "1", - name: "Gourmet Burger", - price: "₹150", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-served-with-french-fries-ketchup-mayonnaise_140725-6492.jpg", - }, - { - id: "2", - name: "Classic Pizza", - price: "₹250", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-wooden-cutting-board-dark-blue-surface-with-free-space_179666-42205.jpg", - }, - { - id: "3", - name: "Pasta Arrabbiata", - price: "₹200", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-plate-pasta-appetizing-pasta-with-meat-herbs-onion-green-ball-pepper-purple-tablecloth_140725-111464.jpg", - }, - { - id: "4", - name: "Club Sandwich", - price: "₹120", - imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7407.jpg", - }, - { - id: "5", - name: "Latte Art", - price: "₹90", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-espresso-pouring-into-coffee-cup_23-2148349631.jpg", - }, - { - id: "6", - name: "Fresh Pastries", - price: "₹80", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-wooden-board_613910-6444.jpg", - }, + { id: "1", name: "Gourmet Burger", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-served-with-french-fries-ketchup-mayonnaise_140725-6492.jpg" }, + { id: "2", name: "Classic Pizza", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-wooden-cutting-board-dark-blue-surface-with-free-space_179666-42205.jpg" }, + { id: "3", name: "Pasta Arrabbiata", price: "₹200", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-plate-pasta-appetizing-pasta-with-meat-herbs-onion-green-ball-pepper-purple-tablecloth_140725-111464.jpg" }, + { id: "4", name: "Club Sandwich", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7407.jpg" }, + { id: "5", name: "Latte Art", price: "₹90", imageSrc: "http://img.b2bpic.net/free-photo/close-up-espresso-pouring-into-coffee-cup_23-2148349631.jpg" }, + { id: "6", name: "Fresh Pastries", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-wooden-board_613910-6444.jpg" } ]} title="Menu Highlights" description="Try our signature fast food and fresh brews." @@ -177,24 +103,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - title: "Rated Excellence", - value: "4.7 / 5.0", - icon: Star, - }, - { - id: "m2", - title: "Happy Customers", - value: "1000+", - icon: Users, - }, - { - id: "m3", - title: "Fresh Daily", - value: "100%", - icon: Coffee, - }, + { id: "m1", title: "Rated Excellence", value: "4.7 / 5.0", icon: Star }, + { id: "m2", title: "Happy Customers", value: "1000+", icon: Users }, + { id: "m3", title: "Fresh Daily", value: "100%", icon: Coffee } ]} title="Why Choose Us" description="See what makes Cafe Connection your neighborhood favorite." @@ -206,46 +117,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Best Coffee!", - quote: "The best place to hang out with friends.", - name: "Rahul V.", - role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg", - }, - { - id: "t2", - title: "Great Food", - quote: "Loved the burgers and pizza, very fresh.", - name: "Priya S.", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", - }, - { - id: "t3", - title: "Chill Vibes", - quote: "Finally a proper cozy spot in Vastral.", - name: "Amit M.", - role: "Professional", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-lesbian-with-hair-bun-talking-her-fashionable-black-girlfriend-trendy-denim-jacket_273609-9595.jpg", - }, - { - id: "t4", - title: "Super Friendly", - quote: "The staff here is very accommodating.", - name: "Sunita K.", - role: "Teacher", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-cup-blue-wall_176420-3108.jpg", - }, - { - id: "t5", - title: "Daily Regular", - quote: "My go-to coffee shop every morning.", - name: "Vikram J.", - role: "Developer", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", - }, + { id: "t1", title: "Best Coffee!", quote: "The best place to hang out with friends.", name: "Rahul V.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg" }, + { id: "t2", title: "Great Food", quote: "Loved the burgers and pizza, very fresh.", name: "Priya S.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg" }, + { id: "t3", title: "Chill Vibes", quote: "Finally a proper cozy spot in Vastral.", name: "Amit M.", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-lesbian-with-hair-bun-talking-her-fashionable-black-girlfriend-trendy-denim-jacket_273609-9595.jpg" }, + { id: "t4", title: "Super Friendly", quote: "The staff here is very accommodating.", name: "Sunita K.", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-cup-blue-wall_176420-3108.jpg" }, + { id: "t5", title: "Daily Regular", quote: "My go-to coffee shop every morning.", name: "Vikram J.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg" } ]} title="What Our Foodies Say" description="Reviews from our community." @@ -257,21 +133,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "What are the opening hours?", - content: "We are open daily until 9 PM.", - }, - { - id: "f2", - title: "Do you take reservations?", - content: "Yes, please contact us for table bookings.", - }, - { - id: "f3", - title: "Is there home delivery?", - content: "Yes, we offer local delivery through WhatsApp.", - }, + { id: "f1", title: "What are the opening hours?", content: "We are open daily until 9 PM." }, + { id: "f2", title: "Do you take reservations?", content: "Yes, please contact us for table bookings." }, + { id: "f3", title: "Is there home delivery?", content: "Yes, we offer local delivery through WhatsApp." } ]} title="Common Questions" faqsAnimation="slide-up" @@ -282,9 +146,7 @@ export default function LandingPage() {
-- 2.49.1