diff --git a/src/app/page.tsx b/src/app/page.tsx index b204f49..1204f07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,63 +42,40 @@ export default function LandingPage() {
@@ -127,59 +98,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Royal Wedding Gala", - price: "Custom Pricing", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481486.jpg", - brand: "Weddings", - }, + id: "p1", name: "Royal Wedding Gala", price: "Custom Pricing", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481486.jpg", brand: "Weddings"}, { - id: "p2", - name: "Modern Corporate Launch", - price: "Custom Pricing", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-ceremony-venue-with-floral-decorations_23-2151978933.jpg", - brand: "Corporate", - }, + id: "p2", name: "Modern Corporate Launch", price: "Custom Pricing", rating: 5, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/elegant-ceremony-venue-with-floral-decorations_23-2151978933.jpg", brand: "Corporate"}, { - id: "p3", - name: "Boho Luxe Ceremony", - price: "Custom Pricing", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-pillar-candles-candelabra-wedding-table_181624-1551.jpg", - brand: "Weddings", - }, + id: "p3", name: "Boho Luxe Ceremony", price: "Custom Pricing", rating: 5, + reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-pillar-candles-candelabra-wedding-table_181624-1551.jpg", brand: "Weddings"}, { - id: "p4", - name: "Intimate Celebration", - price: "Custom Pricing", - rating: 5, - reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/glance-path-leads-bright-archs-with-flowers-dark-room_1304-3344.jpg", - brand: "Social", - }, + id: "p4", name: "Intimate Celebration", price: "Custom Pricing", rating: 5, + reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/glance-path-leads-bright-archs-with-flowers-dark-room_1304-3344.jpg", brand: "Social"}, { - id: "p5", - name: "Grand Ballroom Design", - price: "Custom Pricing", - rating: 5, - reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481475.jpg", - brand: "Events", - }, + id: "p5", name: "Grand Ballroom Design", price: "Custom Pricing", rating: 5, + reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481475.jpg", brand: "Events"}, { - id: "p6", - name: "Minimalist Floral Affair", - price: "Custom Pricing", - rating: 5, - reviewCount: "11", - imageSrc: "http://img.b2bpic.net/free-photo/look-from-buds-chrysanthemums-threads-plastic-chairs_1304-3338.jpg", - brand: "Weddings", - }, + id: "p6", name: "Minimalist Floral Affair", price: "Custom Pricing", rating: 5, + reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/look-from-buds-chrysanthemums-threads-plastic-chairs_1304-3338.jpg", brand: "Weddings"}, ]} title="Our Curated Portfolio" description="Discover our signature decor styling and transformative event designs." @@ -194,25 +129,15 @@ export default function LandingPage() { author="Sarah & David, Wedding Clients" avatars={[ { - src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150312116.jpg", - alt: "Sarah", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-flowers_23-2150312116.jpg", alt: "Sarah"}, { - src: "http://img.b2bpic.net/free-photo/pleased-people-business-party-terrace-roof-man-women-formal-clothes-drinking-champagne-talking-eating-appetizers-teambuilding-party-concept_74855-21394.jpg", - alt: "David", - }, + src: "http://img.b2bpic.net/free-photo/pleased-people-business-party-terrace-roof-man-women-formal-clothes-drinking-champagne-talking-eating-appetizers-teambuilding-party-concept_74855-21394.jpg", alt: "David"}, { - src: "http://img.b2bpic.net/free-photo/close-up-coworkers-celebrating-together_23-2149295523.jpg", - alt: "KPM", - }, + src: "http://img.b2bpic.net/free-photo/close-up-coworkers-celebrating-together_23-2149295523.jpg", alt: "KPM"}, { - src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", - alt: "Maria", - }, + src: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg", alt: "Maria"}, { - src: "http://img.b2bpic.net/free-photo/woman-feels-happy-holding-her-birthday-gift-golden-background_197531-14988.jpg", - alt: "John", - }, + src: "http://img.b2bpic.net/free-photo/woman-feels-happy-holding-her-birthday-gift-golden-background_197531-14988.jpg", alt: "John"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -223,8 +148,7 @@ export default function LandingPage() {