From f764263032f93200e55b0e4731a2d059ffba901a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:15:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 409 ++++++++--------------------------------------- 1 file changed, 69 insertions(+), 340 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a849fb..9742019 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Lightbulb, Sparkles, Utensils, Volume2 } from "lucide-react"; +import { Lightbulb, Sparkles, Utensils, Volume2, ChefHat, Armchair } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -191,65 +100,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Gourmet Catering", - description: "World-class catering services.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-ice-cream-commercial-kitchen_1157-47497.jpg", - }, + title: "Gourmet Catering", description: "World-class catering services.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-making-ice-cream-commercial-kitchen_1157-47497.jpg", imageAlt: "modern catering equipment kitchen" }, items: [ - { - icon: Utensils, - text: "Multicuisine", - }, - { - icon: ChefHat, - text: "Premium Ingredients", - }, + { icon: Utensils, text: "Multicuisine" }, + { icon: ChefHat, text: "Premium Ingredients" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481471.jpg?_wi=2", - imageAlt: "modern catering equipment kitchen", + reverse: false }, { - title: "Bridal Suites", - description: "Comfortable, luxurious prep areas.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-accessories-bride-groom_23-2148455264.jpg", - }, + title: "Bridal Suites", description: "Comfortable, luxurious prep areas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-accessories-bride-groom_23-2148455264.jpg", imageAlt: "luxurious bridal room interior" }, items: [ - { - icon: Sparkles, - text: "Full Amenities", - }, - { - icon: Armchair, - text: "Vanity Stations", - }, + { icon: Sparkles, text: "Full Amenities" }, + { icon: Armchair, text: "Vanity Stations" }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg?_wi=2", - imageAlt: "modern catering equipment kitchen", + reverse: true }, { - title: "Modern AV Systems", - description: "High-fidelity sound and lighting.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/control-room-desk-equipped-with-motorized-faders-amplifier_482257-124486.jpg", - }, + title: "Modern AV Systems", description: "High-fidelity sound and lighting.", media: { imageSrc: "http://img.b2bpic.net/free-photo/control-room-desk-equipped-with-motorized-faders-amplifier_482257-124486.jpg", imageAlt: "audio visual event technology wedding" }, items: [ - { - icon: Volume2, - text: "Professional Audio", - }, - { - icon: Lightbulb, - text: "Mood Lighting", - }, + { icon: Volume2, text: "Professional Audio" }, + { icon: Lightbulb, text: "Mood Lighting" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/decorated-table-with-orchids-candles-glasses-light_8353-9915.jpg?_wi=1", - imageAlt: "modern catering equipment kitchen", - }, + reverse: false + } ]} title="Unmatched Facilities" description="Experience superior amenities crafted to ensure a stress-free event." @@ -260,44 +133,15 @@ export default function LandingPage() {