From 99bf676f57732b0de9e199e3ceba5b2f381f6c0c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 04:40:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++--------------------------------------- 1 file changed, 29 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2b4f3c..a38c73a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,64 +30,33 @@ export default function LandingPage() {
@@ -97,38 +66,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Great Vibe!", - quote: "Best place to hangout 💓", - name: "Ananya P.", - role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-digital-tablet_329181-20140.jpg", - }, - { - id: "2", - title: "Cozy!", - quote: "Good atmosphere, games to play", - name: "Rahul K.", - role: "Local Resident", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-enjoying-cup-coffee-while-working_23-2148661133.jpg", - }, - { - id: "3", - title: "Amazing Food", - quote: "Very good experience", - name: "Priya S.", - role: "Regular", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-construction-worker-coffee-brake_329181-3737.jpg", - }, - { - id: "4", - title: "Best Cafe!", - quote: "Absolutely lovely place!", - name: "Vikram M.", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg", - }, + { id: "1", title: "Great Vibe!", quote: "Best place to hangout 💓", name: "Ananya P.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-digital-tablet_329181-20140.jpg" }, + { id: "2", title: "Cozy!", quote: "Good atmosphere, games to play", name: "Rahul K.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-enjoying-cup-coffee-while-working_23-2148661133.jpg" }, + { id: "3", title: "Amazing Food", quote: "Very good experience", name: "Priya S.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-construction-worker-coffee-brake_329181-3737.jpg" }, + { id: "4", title: "Best Cafe!", quote: "Absolutely lovely place!", name: "Vikram M.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg" }, ]} title="Loved by Customers" description="Don't just take our word for it." @@ -142,33 +83,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Special", - name: "Gourmet Cappuccino", - price: "₹150", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244073.jpg", - }, - { - id: "p2", - brand: "Bakery", - name: "Butter Croissant", - price: "₹120", - rating: 5, - reviewCount: "30+", - imageSrc: "http://img.b2bpic.net/free-photo/cup-milky-cappuccino-with-cookie-blue-table_114579-4248.jpg", - }, - { - id: "p3", - brand: "Drinks", - name: "Berry Blast Smoothie", - price: "₹180", - rating: 5, - reviewCount: "40+", - imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-recreats-summer-vacations-cozy-restaurant-texts-message-followers-personal-website_273609-3090.jpg", - }, + { id: "p1", brand: "Special", name: "Gourmet Cappuccino", price: "₹150", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244073.jpg" }, + { id: "p2", brand: "Bakery", name: "Butter Croissant", price: "₹120", rating: 5, reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/cup-milky-cappuccino-with-cookie-blue-table_114579-4248.jpg" }, + { id: "p3", brand: "Drinks", name: "Berry Blast Smoothie", price: "₹180", rating: 5, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/female-blogger-recreats-summer-vacations-cozy-restaurant-texts-message-followers-personal-website_273609-3090.jpg" }, ]} title="Our Menu" description="Instagram-worthy food at affordable prices." @@ -183,7 +100,7 @@ export default function LandingPage() { description="Esthetic Cafe is your home away from home. We provide a cozy atmosphere, board games, and great music." subdescription="Whether you are here to work, study, or just chill with friends, we have the perfect spot for you." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg" mediaAnimation="slide-up" /> @@ -193,48 +110,24 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you accept reservations?", - content: "Yes, we do! Use the form or call us.", - }, - { - id: "f2", - title: "Is delivery available?", - content: "Yes, we are on Zomato and Swiggy.", - }, - { - id: "f3", - title: "Are there games?", - content: "Yes, we have a variety of board games available.", - }, + { id: "f1", title: "Do you accept reservations?", content: "Yes, we do! Use the form or call us." }, + { id: "f2", title: "Is delivery available?", content: "Yes, we are on Zomato and Swiggy." }, + { id: "f3", title: "Are there games?", content: "Yes, we have a variety of board games available." }, ]} ctaTitle="Visit Us Today" ctaDescription="Reserve a table or ask us anything." - ctaButton={{ - text: "Reserve Now", - href: "#", - }} + ctaButton={{ text: "Reserve Now", href: "#" }} ctaIcon={Calendar} />
-- 2.49.1