From 8d1b1731d149438b4081b6cbb8534aecfd965164 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:17:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f851dd9..d77bc58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function CineTreeCafePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -46,17 +46,17 @@ export default function CineTreeCafePage() { title="Best Coffee Shop Near Connaught Place" description="Relax, sip great coffee, and enjoy cozy covered open-air seating. Open daily 11 AM – 5 AM. ⭐ 4.0 Rating | 749+ Google Reviews" tag="Late Night Café" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Call Now", href: "tel:+911234567890" }, { text: "Get Directions", href: "https://maps.google.com/?q=Cine+Tree+Cafe+Connaught+Place" } ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-south-asian-indian-girl-saree-posed-indoor-cafe-drinking-tea_627829-1998.jpg", imageAlt: "Cine Tree Cafe cozy ambience with covered outdoor seating" }, - { imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg?_wi=1", imageAlt: "Premium specialty coffee with latte art" }, + { imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg", imageAlt: "Premium specialty coffee with latte art" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-coffee-with-milk-table_23-2148463964.jpg", imageAlt: "Refreshing iced coffee served at Cine Tree" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648736.jpg", imageAlt: "Strong espresso shot prepared by barista" }, - { imageSrc: "http://img.b2bpic.net/free-psd/international-coffee-day-social-media-promo-template_23-2149653466.jpg", imageAlt: "Rich mocha coffee with chocolate" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-easter-coffee-decorations_23-2150249794.jpg", imageAlt: "Rich mocha coffee with chocolate" }, { imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg", imageAlt: "Specialty beverage matcha latte alternative" } ]} /> @@ -92,7 +92,7 @@ export default function CineTreeCafePage() { features={[ { id: 1, - tag: "Beverages", title: "Specialty Coffees", subtitle: "Handcrafted perfection in every cup", description: "Experience our carefully sourced coffee beans, expertly roasted and prepared by our skilled baristas. From classic espresso to creative specialty drinks, each cup is crafted with precision.", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg?_wi=2", imageAlt: "Specialty coffee drinks at Cine Tree" + tag: "Beverages", title: "Specialty Coffees", subtitle: "Handcrafted perfection in every cup", description: "Experience our carefully sourced coffee beans, expertly roasted and prepared by our skilled baristas. From classic espresso to creative specialty drinks, each cup is crafted with precision.", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg", imageAlt: "Specialty coffee drinks at Cine Tree" }, { id: 2, @@ -134,6 +134,7 @@ export default function CineTreeCafePage() { { id: "3", value: "∞", description: "Unlimited possibilities - cozy seating perfect for work, study, meetings, or relaxation" }, { id: "4", value: "Prime", description: "Located inside Constitution Club of India near Connaught Place - perfect location" } ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1