From e0be97c676ed9b9e02b109a0173ae9f9048fbae1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:55:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8623d1a..32eb75b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Sparkles, Users, Utensils, Wine, Camera, Instagram, Facebook, Twitter, Mail, Phone, Clock } from "lucide-react"; +import { Award, Sparkles, Users, Utensils, Wine, Camera, Instagram, Facebook, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -63,7 +63,6 @@ export default function LandingPage() { description="Elysium Dining began as a vision by photographer Julian Thorne. After years spent behind the lens capturing the world's most exquisite tables, he envisioned a kitchen designed like a studio—where ingredients are treated with the precision, patience, and aesthetics of a professional photoshoot. Today, we bring this artistic discipline to every dish we serve." imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727991.jpg" imageAlt="Chef working in a modern studio kitchen" - mediaAnimation="blur-reveal" useInvertedBackground={true} /> @@ -146,6 +145,7 @@ export default function LandingPage() { description="For private events, large group reservations, or special culinary requests, our concierge is ready to craft the perfect experience. Get in touch to check availability and start your reservation." buttons={[{ text: "Email Us", href: "mailto:bookings@elysium.com" }, { text: "Call Studio", href: "tel:+1234567890" }]} useInvertedBackground={true} + background={{ variant: "plain" }} /> -- 2.49.1