From 4eb22002f7d50a251d2067c712a4d009a4a2fd0a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 19 Jun 2026 12:32:57 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 98c8add..8f03bad 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -133,8 +133,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-attractive-girls-tulle-skirts-sitting-outdoor-stairs-they-smiling_197531-1999.jpg", }, ], - imageSrc: "https://storage.googleapis.com/webild/users/user_3FLxFSYd9I4TmWBL7ZgkuohbIQC/uploaded-1781871995750-a1ojv000.jpg?_wi=3", - imageAlt: "wedding guest happy portrait", }, { title: "Groomsmen", @@ -152,8 +150,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-smiling-male-elegant-black-suit-dark-background_613910-14629.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11177.jpg?_wi=4", - imageAlt: "wedding guest happy portrait", }, ]} /> -- 2.49.1 From 2e59048d4f347af32b9bbfd1dafd3266c7c9693f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 12:33:04 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 132 ++++++++++------------------------------- 1 file changed, 30 insertions(+), 102 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8f03bad..d60d766 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,34 +19,24 @@ export default function HomePage() { title="Alexandra & James" description="We are getting married and would love for you to join us on our special day." primaryButton={{ - text: "Our Story", - href: "#about", - }} + text: "Our Story", href: "#about"}} secondaryButton={{ - text: "RSVP", - href: "#contact", - }} + text: "RSVP", href: "#contact"}} leftItems={[ { - imageSrc: "https://storage.googleapis.com/webild/users/user_3FLxFSYd9I4TmWBL7ZgkuohbIQC/uploaded-1781871995750-a1ojv000.jpg?_wi=1", - }, + imageSrc: "https://storage.googleapis.com/webild/users/user_3FLxFSYd9I4TmWBL7ZgkuohbIQC/uploaded-1781871995750-a1ojv000.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11177.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11177.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753674.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753674.jpg"}, ]} rightItems={[ { - imageSrc: "https://storage.googleapis.com/webild/users/user_3FLxFSYd9I4TmWBL7ZgkuohbIQC/uploaded-1781871995750-a1ojv000.jpg?_wi=2", - }, + imageSrc: "https://storage.googleapis.com/webild/users/user_3FLxFSYd9I4TmWBL7ZgkuohbIQC/uploaded-1781871995750-a1ojv000.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11177.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11177.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753674.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753674.jpg"}, ]} /> @@ -58,7 +48,7 @@ export default function HomePage() { tag="Our Story" title="The Journey Together" description="From our first meeting in the city to our biggest adventure yet, we've shared so many beautiful moments. We can't wait to write our next chapter together." - imageSrc="http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11177.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11177.jpg" /> @@ -70,15 +60,9 @@ export default function HomePage() { title="When & Where" description="Important logistics for our special day at The Grand Estate." negativeItems={[ - "No smoking inside", - "No outside catering", - "No pets allowed", - ]} + "No smoking inside", "No outside catering", "No pets allowed"]} positiveItems={[ - "Free valet parking", - "Open bar throughout", - "Live jazz band", - ]} + "Free valet parking", "Open bar throughout", "Live jazz band"]} /> @@ -91,20 +75,11 @@ export default function HomePage() { description="A little glimpse into the time we've spent building our life together." metrics={[ { - icon: Heart, - title: "Years Together", - value: "7", - }, + icon: "Heart", title: "Years Together", value: "7"}, { - icon: MapPin, - title: "Cities Visited", - value: "14", - }, + icon: "MapPin", title: "Cities Visited", value: "14"}, { - icon: Coffee, - title: "Cups of Coffee", - value: "5000+", - }, + icon: "Coffee", title: "Cups of Coffee", value: "5000+"}, ]} /> @@ -118,37 +93,19 @@ export default function HomePage() { description="The people who have been there through it all and will stand by our side." groups={[ { - title: "Bridesmaids", - members: [ + title: "Bridesmaids", members: [ { - name: "Sarah Miller", - role: "Maid of Honor", - detail: "Best friend since college", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753674.jpg?_wi=3", - }, + name: "Sarah Miller", role: "Maid of Honor", detail: "Best friend since college", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753674.jpg"}, { - name: "Emily Chen", - role: "Bridesmaid", - detail: "Partner in crime", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-attractive-girls-tulle-skirts-sitting-outdoor-stairs-they-smiling_197531-1999.jpg", - }, + name: "Emily Chen", role: "Bridesmaid", detail: "Partner in crime", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-attractive-girls-tulle-skirts-sitting-outdoor-stairs-they-smiling_197531-1999.jpg"}, ], }, { - title: "Groomsmen", - members: [ + title: "Groomsmen", members: [ { - name: "David Smith", - role: "Best Man", - detail: "Lifelong brother", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-groom-having-their-wedding-with-guests-beach_23-2149044022.jpg", - }, + name: "David Smith", role: "Best Man", detail: "Lifelong brother", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-groom-having-their-wedding-with-guests-beach_23-2149044022.jpg"}, { - name: "Kevin Lee", - role: "Groomsman", - detail: "Supportive friend", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-smiling-male-elegant-black-suit-dark-background_613910-14629.jpg", - }, + name: "Kevin Lee", role: "Groomsman", detail: "Supportive friend", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-stylish-smiling-male-elegant-black-suit-dark-background_613910-14629.jpg"}, ], }, ]} @@ -164,35 +121,15 @@ export default function HomePage() { description="Some words from our wonderful friends and family." testimonials={[ { - name: "Sarah J.", - role: "Guest", - quote: "Can't wait to see you two tie the knot!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275499.jpg", - }, + name: "Sarah J.", role: "Guest", quote: "Can't wait to see you two tie the knot!", imageSrc: "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275499.jpg"}, { - name: "Mike R.", - role: "Guest", - quote: "The wedding of the century!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lesbian-couple-celebrating-their-wedding-day-outdoors_23-2150637581.jpg", - }, + name: "Mike R.", role: "Guest", quote: "The wedding of the century!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lesbian-couple-celebrating-their-wedding-day-outdoors_23-2150637581.jpg"}, { - name: "Emma L.", - role: "Guest", - quote: "You both are truly meant for each other.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753663.jpg", - }, + name: "Emma L.", role: "Guest", quote: "You both are truly meant for each other.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-married_23-2150753663.jpg"}, { - name: "David W.", - role: "Guest", - quote: "So happy for you two beautiful souls.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-with-flowers_23-2149722039.jpg", - }, + name: "David W.", role: "Guest", quote: "So happy for you two beautiful souls.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-with-flowers_23-2149722039.jpg"}, { - name: "Lucy K.", - role: "Guest", - quote: "Best wishes on your journey together.", - imageSrc: "http://img.b2bpic.net/free-photo/man-groom-stylish-suit-posing_1328-5011.jpg", - }, + name: "Lucy K.", role: "Guest", quote: "Best wishes on your journey together.", imageSrc: "http://img.b2bpic.net/free-photo/man-groom-stylish-suit-posing_1328-5011.jpg"}, ]} /> @@ -206,16 +143,11 @@ export default function HomePage() { description="Find everything you need to know about the big day." categories={[ { - name: "General", - items: [ + name: "General", items: [ { - question: "Where is the wedding?", - answer: "The Grand Estate, 123 Wedding Lane.", - }, + question: "Where is the wedding?", answer: "The Grand Estate, 123 Wedding Lane."}, { - question: "What is the dress code?", - answer: "Black Tie Optional.", - }, + question: "What is the dress code?", answer: "Black Tie Optional."}, ], }, ]} @@ -229,13 +161,9 @@ export default function HomePage() { tag="RSVP" text="Please let us know if you can make it by September 1st." primaryButton={{ - text: "Accept Invitation", - href: "mailto:rsvp@wedding.com", - }} + text: "Accept Invitation", href: "mailto:rsvp@wedding.com"}} secondaryButton={{ - text: "Decline with Regret", - href: "mailto:rsvp@wedding.com", - }} + text: "Decline with Regret", href: "mailto:rsvp@wedding.com"}} /> -- 2.49.1