From e83e30e33381ef0a77c0fd8700e074511b16c173 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:21:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4423a25..cf191a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { BookOpen, Cafe, Book, Library, Lightbulb, Star, MapPin } from "lucide-react"; +import { BookOpen, Coffee, Book, Library, Lightbulb, Star, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="medium" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -52,20 +52,20 @@ export default function LandingPage() { testimonials={[ { name: "Priya Sharma", handle: "Literature Student", testimonial: "Finally, a place where I can read, study, and eat amazing food without feeling rushed!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-straight-smiling-striped-blouse-looking-confident_176474-36692.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-straight-smiling-striped-blouse-looking-confident_176474-36692.jpg"}, { name: "Arjun Desai", handle: "Regular Visitor", testimonial: "The Quattro Stagioni pizza and the ambiance are unbeatable. I spend hours here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-street_23-2148289283.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-street_23-2148289283.jpg"}, { name: "Neha Gupta", handle: "College Frequent Guest", testimonial: "Best study spot with free WiFi and incredible hot chocolate. Worth every visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-long-haired-singing-woman_1187-5553.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-long-haired-singing-woman_1187-5553.jpg"}, ]} buttons={[ { text: "Reserve a Reading Nook", href: "#reserve" }, { text: "Order via WhatsApp", href: "https://wa.me/919876543210" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -74,7 +74,7 @@ export default function LandingPage() {
-- 2.49.1