Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-05-02 22:55:31 +00:00

View File

@@ -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}
/>
</div>
@@ -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" }}
/>
</div>