From 69943ecbc72054d026f5825fcd746d6b12231d2e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 08:08:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76f693d..b19548f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Facebook, Instagram, Twitter, Sparkles, Award, Star, Camera, Phone, MapPin, Clock, CalendarCheck, Map, Smartphone } from "lucide-react"; +import { Facebook, Instagram, Twitter, Sparkles, Award, Star, Camera } from "lucide-react"; export default function LandingPage() { return ( @@ -254,15 +254,7 @@ export default function LandingPage() { variant: "plain"}} tag="Visit Us" title="Your Next Favorite Dessert Is Waiting" - description={( -
-

Experience Laffinage firsthand. We look forward to welcoming you.

-

123 Decadent Drive, Gourmet City, India

-

Open: Tues - Sun, 10:00 AM - 10:00 PM (Closed Mondays)

-

+91 98765 43210

-

For reservations or inquiries, please use the form below.

-
- )} + description="Experience Laffinage firsthand. We look forward to welcoming you. Visit us at 123 Decadent Drive, Gourmet City, India. Open: Tues - Sun, 10:00 AM - 10:00 PM (Closed Mondays). Call us at +91 98765 43210. For reservations or inquiries, please use the form below." imageSrc="https://images.unsplash.com/photo-1579737190186-b45d04d8c83a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" imageAlt="Laffinage dessert display" mediaAnimation="opacity" -- 2.49.1