From 122043ab0d8647fa751b147fe7c6ac285db599c9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 23:01:04 +0000 Subject: [PATCH 1/2] Bob AI: Update hero image to user-provided image --- src/pages/HomePage.tsx | 109 +++---------------- src/pages/HomePage/sections/Cta.tsx | 23 ++++ src/pages/HomePage/sections/Hero.tsx | 25 +++++ src/pages/HomePage/sections/Services.tsx | 31 ++++++ src/pages/HomePage/sections/SocialProof.tsx | 22 ++++ src/pages/HomePage/sections/Testimonials.tsx | 37 +++++++ 6 files changed, 156 insertions(+), 91 deletions(-) create mode 100644 src/pages/HomePage/sections/Cta.tsx create mode 100644 src/pages/HomePage/sections/Hero.tsx create mode 100644 src/pages/HomePage/sections/Services.tsx create mode 100644 src/pages/HomePage/sections/SocialProof.tsx create mode 100644 src/pages/HomePage/sections/Testimonials.tsx diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b0193aa..7f496bf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,100 +1,27 @@ -import ContactCta from '@/components/sections/contact/ContactCta'; -import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; -import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +// AUTO-GENERATED shell by per-section-migrate. +// Section bodies live in .//sections/.tsx. Edit the section +// files directly. Non-block content (wrappers, non-inlinable sections) is +// preserved inline; extracted section blocks become refs. -export default function HomePage() { +import React from 'react'; +import HeroSection from './HomePage/sections/Hero'; +import SocialProofSection from './HomePage/sections/SocialProof'; +import ServicesSection from './HomePage/sections/Services'; +import TestimonialsSection from './HomePage/sections/Testimonials'; +import CtaSection from './HomePage/sections/Cta'; + +export default function HomePage(): React.JSX.Element { return ( - <> -
- - - -
+<> + -
- - - -
+ -
- - - -
+ -
- - - -
+ -
- - - -
+ ); } diff --git a/src/pages/HomePage/sections/Cta.tsx b/src/pages/HomePage/sections/Cta.tsx new file mode 100644 index 0000000..6bf99a6 --- /dev/null +++ b/src/pages/HomePage/sections/Cta.tsx @@ -0,0 +1,23 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "cta" section. + +import React from 'react'; +import ContactCta from '@/components/sections/contact/ContactCta'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function CtaSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx new file mode 100644 index 0000000..8125e12 --- /dev/null +++ b/src/pages/HomePage/sections/Hero.tsx @@ -0,0 +1,25 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "hero" section. + +import React from 'react'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function HeroSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} diff --git a/src/pages/HomePage/sections/Services.tsx b/src/pages/HomePage/sections/Services.tsx new file mode 100644 index 0000000..9720266 --- /dev/null +++ b/src/pages/HomePage/sections/Services.tsx @@ -0,0 +1,31 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "services" section. + +import React from 'react'; +import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function ServicesSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} diff --git a/src/pages/HomePage/sections/SocialProof.tsx b/src/pages/HomePage/sections/SocialProof.tsx new file mode 100644 index 0000000..293ef77 --- /dev/null +++ b/src/pages/HomePage/sections/SocialProof.tsx @@ -0,0 +1,22 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "social-proof" section. + +import React from 'react'; +import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function SocialProofSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx new file mode 100644 index 0000000..c8155d0 --- /dev/null +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -0,0 +1,37 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "testimonials" section. + +import React from 'react'; +import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function TestimonialsSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +} -- 2.49.1 From 8651dc8f47f1a93b19229de9e0473fdfe4a0d2b8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 23:01:33 +0000 Subject: [PATCH 2/2] Bob AI: Update services images to user-provided images --- src/pages/HomePage/sections/Services.tsx | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/pages/HomePage/sections/Services.tsx b/src/pages/HomePage/sections/Services.tsx index 9720266..671dbbb 100644 --- a/src/pages/HomePage/sections/Services.tsx +++ b/src/pages/HomePage/sections/Services.tsx @@ -10,21 +10,11 @@ export default function ServicesSection(): React.JSX.Element {
+ tag="What We Create" + title="From intimate weddings to world-class brand films." + description="Our work is defined by patience, respect for the moment, and an obsession with light." + items={[{"title":"Weddings","tags":["Weddings","Candid","Cinematic"],"imageSrc":"https://storage.googleapis.com/webild/users/user_3FVmhOgWYvShRUgYIi5bDppvMaQ/uploaded-1782169199093-z3qkw9gl.png","description":"Candid, traditional, and cinematic coverage of your most sacred day."},{"title":"Pre-Wedding & Couples","tags":["Couples","Pre-wedding"],"imageSrc":"https://storage.googleapis.com/webild/users/user_3FVmhOgWYvShRUgYIi5bDppvMaQ/uploaded-1782169199095-jpv8caji.png","description":"Love stories told across stunning locations — beaches, temples, cities, fields."},{"tags":["Bridal","Portraits"],"title":"Bridal & Portraits","imageSrc":"https://storage.googleapis.com/webild/users/user_3FVmhOgWYvShRUgYIi5bDppvMaQ/uploaded-1782169199096-jyxiofdx.png","description":"Timeless portraits that capture beauty, grace, and personality."}]} + />
); -- 2.49.1