From d662ba756b8d4fc1275159625c310800ebf8dcda Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 23:40:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 106 ++++++++++------------------------------------- 1 file changed, 22 insertions(+), 84 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5e6569..434a55d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -72,14 +55,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Philosophy of Perfection", - }, + type: "text", content: "Our Philosophy of Perfection"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/newlyweds-smile-keep-glasses-with-champagne_8353-9329.jpg", - alt: "About us", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/newlyweds-smile-keep-glasses-with-champagne_8353-9329.jpg", alt: "About us"}, ]} /> @@ -92,26 +70,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Full Planning", - price: "Custom", - variant: "All-inclusive design and execution", - imageSrc: "http://img.b2bpic.net/free-photo/festive-easter-table-setting-with-decor-details-white-table_169016-18802.jpg?_wi=2", - }, + id: "1", name: "Full Planning", price: "Custom", variant: "All-inclusive design and execution", imageSrc: "http://img.b2bpic.net/free-photo/festive-easter-table-setting-with-decor-details-white-table_169016-18802.jpg"}, { - id: "2", - name: "Partial Coordination", - price: "Custom", - variant: "Mid-way support and final month", - imageSrc: "http://img.b2bpic.net/free-photo/newlyweds-smile-keep-glasses-with-champagne_8353-9329.jpg", - }, + id: "2", name: "Partial Coordination", price: "Custom", variant: "Mid-way support and final month", imageSrc: "http://img.b2bpic.net/free-photo/newlyweds-smile-keep-glasses-with-champagne_8353-9329.jpg"}, { - id: "3", - name: "Day-of Management", - price: "Custom", - variant: "Professional event day execution", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-invitation-table_23-2148468512.jpg?_wi=1", - }, + id: "3", name: "Day-of Management", price: "Custom", variant: "Professional event day execution", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-invitation-table_23-2148468512.jpg"}, ]} title="Our Planning Packages" description="From full-scale event coordination to refined styling advice, we offer packages designed to suit your specific wedding needs." @@ -126,41 +89,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah & James", - role: "Newlyweds", - company: "Summer Wedding", - rating: 5, - avatarSrc: "http://img.b2bpic.net/free-photo/charming-bride-keeps-wedding-bouquet-stands-street_8353-7592.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17404.jpg", - }, + id: "1", name: "Sarah & James", role: "Newlyweds", company: "Summer Wedding", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17404.jpg"}, { - id: "2", - name: "Emily & Mark", - role: "Newlyweds", - company: "Winter Wedding", - rating: 5, - avatarSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bride-altar_1157-735.jpg", - }, + id: "2", name: "Emily & Mark", role: "Newlyweds", company: "Winter Wedding", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bride-altar_1157-735.jpg"}, { - id: "3", - name: "Jessica & Tom", - role: "Newlyweds", - company: "Spring Wedding", - rating: 5, - avatarSrc: "http://img.b2bpic.net/free-photo/happy-cute-romantic-caucasian-woman-summer-elegant-white-open-back-dress-straw-hat_343596-318.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-married-couple-loving-man-woman-cutting-big-white-cake-wedding-ceremony-night-standing-near-welldecorated-luxury-altar-with-flowers-sparklers-special-event_8353-12513.jpg", - }, + id: "3", name: "Jessica & Tom", role: "Newlyweds", company: "Spring Wedding", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-married-couple-loving-man-woman-cutting-big-white-cake-wedding-ceremony-night-standing-near-welldecorated-luxury-altar-with-flowers-sparklers-special-event_8353-12513.jpg"}, { - id: "4", - name: "Chloe & Daniel", - role: "Newlyweds", - company: "Fall Wedding", - rating: 5, - avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-posing-their-wedding-day_1328-3492.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-are-cutting-decorated-with-flowers-wedding-cake_8353-10480.jpg", - }, + id: "4", name: "Chloe & Daniel", role: "Newlyweds", company: "Fall Wedding", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-are-cutting-decorated-with-flowers-wedding-cake_8353-10480.jpg"}, ]} title="Kind Words from Couples" description="We are honored to have played a part in making dream weddings a reality for these amazing couples." @@ -171,12 +110,11 @@ export default function LandingPage() { -- 2.49.1