From d85d712499dc4773f1233e5967cd8abb927af28c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 21:03:43 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 254 ++++++++++++++++------------------------- 1 file changed, 101 insertions(+), 153 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d328435..5e49377 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,179 +6,127 @@ import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, Coffee, ChefHat, Star, Users, Volume2 } from "lucide-react"; +import { Award, Star, Users, Volume2, Utensils, Coffee, ChefHat, Music, Mic, Lightbulb, Video } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Excellence in Celebration" + title="Salle des FĂȘtes La Villa Mauresque" + description="Experience timeless elegance and unmatched luxury for your most cherished moments in our premier event venue." + primaryButton={{ text: "Book Your Date", href: "#contact" }} + secondaryButton={{ text: "View Gallery", href: "#gallery" }} + items={[{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481503.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-making-beautiful-floral-bouquet_23-2148846499.jpg" }]} + /> +
+
-
- +
+ - -
+ title="A Legacy of Elegance" + descriptions={[ + "Located in the heart of Algeria, La Villa Mauresque combines traditional architectural charm with contemporary luxury. Our venue is designed to provide a backdrop of sophistication for weddings, galas, and high-profile events.", "Our dedicated team ensures every detail is meticulously planned, offering a seamless experience from your first inquiry to the final dance. We take pride in creating unforgettable atmospheres tailored to your specific vision and needs." + ]} + /> +
+
- -
- +
+ - -
+ tag="Our Services" + title="Comprehensive Event Solutions" + description="From catering to lighting, we provide full-service event support to ensure your celebration goes flawlessly." + features={[ + { title: "Gourmet Catering", description: "Refined menus curated by expert chefs.", bentoComponent: "tilted-stack-cards", stackCards: [{ icon: "Utensils", title: "Fine Dining", subtitle: "Menu customization", detail: "Tailored to your preferences." }, { icon: "Coffee", title: "Drinks", subtitle: "Premium selection", detail: "Exquisite beverage service." }, { icon: "ChefHat", title: "Chef Service", subtitle: "Expert personnel", detail: "Professional service staff." }] }, + { title: "Event Planning", description: "End-to-end management of your special day.", bentoComponent: "animated-bar-chart" }, + { title: "Technical Setup", description: "Advanced audio-visual systems for your event.", bentoComponent: "orbiting-icons", centerIcon: "Volume2", orbitIcons: ["Music", "Mic", "Lightbulb", "Video"] } + ]} + /> +
+
-
- +
+ - -
+ tag="Testimonials" + title="A Night to Remember" + description="Hear from couples who celebrated their love at La Villa Mauresque." + testimonials={[ + { name: "Amira & Karim", role: "Newlyweds", quote: "The most beautiful wedding we could imagine. The hall is stunning.", imageSrc: "http://img.b2bpic.net/free-photo/couple-handsome-man-pregnant-woman-taking-self-portrait_132075-11792.jpg" }, + { name: "Sarah Ben", role: "Event Guest", quote: "Incredible atmosphere and service. Everything was perfect.", imageSrc: "http://img.b2bpic.net/free-photo/happy-brides-guests-wedding-smiling-women-with-bouquets-holding-hands-going-somewhere_74855-19978.jpg" }, + { name: "Yasmine K.", role: "Bride", quote: "Professional staff and breathtaking venue. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-cheerful-groom-bride-happily-taking-selfie-together-garden-restaurant_574295-1284.jpg" }, + { name: "Hassan D.", role: "Event Planner", quote: "My go-to venue for high-end weddings in Algeria.", imageSrc: "http://img.b2bpic.net/free-photo/urban-manager_1098-16099.jpg" }, + { name: "Layla M.", role: "Guest", quote: "Absolutely royal. Everything exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275497.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Packages" + title="Tailored Event Packages" + description="Flexible plans designed to accommodate weddings of all sizes and styles." + plans={[ + { tag: "Silver", price: "Contact us", description: "The perfect starting point for intimate gatherings.", features: ["Standard decor", "Basic catering", "6-hour rental"], primaryButton: { text: "Inquire", href: "#contact" } }, + { tag: "Gold", price: "Contact us", description: "Our most popular choice for premium weddings.", features: ["Royal decor", "Gourmet catering", "Full-day rental", "Technical staff"], primaryButton: { text: "Inquire", href: "#contact" } }, + { tag: "Diamond", price: "Contact us", description: "The ultimate luxury event experience.", features: ["VIP concierge", "Exclusive menu", "Premium lighting", "Event planning"], primaryButton: { text: "Inquire", href: "#contact" } } + ]} + /> +
+
-
- +
+ - -
+ tag="By Numbers" + title="Why Choose Us" + description="Proven experience in creating exceptional event experiences." + metrics={[ + { icon: "Award", title: "Events Hosted", value: "500+" }, + { icon: "Users", title: "Happy Guests", value: "100k+" }, + { icon: "Star", title: "Satisfaction Rate", value: "99%" } + ]} + /> +
+
-
- +
+ - -
+ tag="Book Now" + text="Ready to plan your dream wedding? Contact our team for an exclusive tour of the venue." + primaryButton={{ text: "Contact Us", href: "mailto:contact@villamauresque.com" }} + secondaryButton={{ text: "Call Us", href: "tel:+213000000000" }} + /> +
+
); } -- 2.49.1