Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 10:05:11 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "floatingGradient" }}
background={{ variant: "downward-rays-static" }}
title="Experience Luxury Events Like Never Before"
description="Premium banquet halls with world-class amenities for weddings, corporate events, and unforgettable celebrations in Islamabad"
avatars={[
@@ -77,13 +77,13 @@ export default function LandingPage() {
tag="Gallery"
features={[
{
title: "Wedding Celebrations", description: "Stunning bridal ceremonies and receptions with elegant décor and professional staging", imageSrc: "http://img.b2bpic.net/free-photo/decorated-tables-luxury-wedding-restaurant_1303-19596.jpg?_wi=1", imageAlt: "Wedding venue setup", buttonIcon: ArrowRight,
title: "Wedding Celebrations", description: "Stunning bridal ceremonies and receptions with elegant décor and professional staging", imageSrc: "http://img.b2bpic.net/free-photo/decorated-tables-luxury-wedding-restaurant_1303-19596.jpg", imageAlt: "Wedding venue setup", buttonIcon: ArrowRight,
},
{
title: "Corporate Events", description: "Professional conference halls and networking spaces for business events", imageSrc: "http://img.b2bpic.net/free-photo/empty-pushcart-depart-travel-cart_1232-3830.jpg?_wi=1", imageAlt: "Corporate event setup", buttonIcon: ArrowRight,
title: "Corporate Events", description: "Professional conference halls and networking spaces for business events", imageSrc: "http://img.b2bpic.net/free-photo/empty-pushcart-depart-travel-cart_1232-3830.jpg", imageAlt: "Corporate event setup", buttonIcon: ArrowRight,
},
{
title: "Engagements & Mehndi", description: "Intimate and colorful celebrations with customizable décor and ambiance", imageSrc: "http://img.b2bpic.net/free-photo/sweet-festive-buffet-fruit-caps-macaroni-lots-sweets_78826-2182.jpg?_wi=1", imageAlt: "Engagement event setup", buttonIcon: ArrowRight,
title: "Engagements & Mehndi", description: "Intimate and colorful celebrations with customizable décor and ambiance", imageSrc: "http://img.b2bpic.net/free-photo/sweet-festive-buffet-fruit-caps-macaroni-lots-sweets_78826-2182.jpg", imageAlt: "Engagement event setup", buttonIcon: ArrowRight,
},
{
title: "Photography Backdrop", description: "Scenic setups and professional lighting for unforgettable event photography", imageSrc: "http://img.b2bpic.net/free-photo/wedding-wedding-day-beautiful-bride-elegant-groom-kissing_8353-5864.jpg", imageAlt: "Photography setup", buttonIcon: ArrowRight,
@@ -100,13 +100,13 @@ export default function LandingPage() {
description="Comprehensive event solutions tailored to your needs"
products={[
{
id: "1", name: "Weddings & Baraat", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/decorated-tables-luxury-wedding-restaurant_1303-19596.jpg?_wi=2", imageAlt: "Wedding service", initialQuantity: 1,
id: "1", name: "Weddings & Baraat", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/decorated-tables-luxury-wedding-restaurant_1303-19596.jpg", imageAlt: "Wedding service", initialQuantity: 1,
},
{
id: "2", name: "Engagements & Mehndi", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sweet-festive-buffet-fruit-caps-macaroni-lots-sweets_78826-2182.jpg?_wi=2", imageAlt: "Engagement service", initialQuantity: 1,
id: "2", name: "Engagements & Mehndi", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/sweet-festive-buffet-fruit-caps-macaroni-lots-sweets_78826-2182.jpg", imageAlt: "Engagement service", initialQuantity: 1,
},
{
id: "3", name: "Corporate Events", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/empty-pushcart-depart-travel-cart_1232-3830.jpg?_wi=2", imageAlt: "Corporate service", initialQuantity: 1,
id: "3", name: "Corporate Events", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/empty-pushcart-depart-travel-cart_1232-3830.jpg", imageAlt: "Corporate service", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -140,7 +140,7 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:+923122333350" },
{ text: "Visit Website", href: "https://thenouvelle.com.pk" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>