From 712780c1739bef6cc7f4acb4ae7f78db67526f7a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 22:53:17 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bb9df18..0df5bee 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -32,6 +32,7 @@ export default function HomePage() { Date: Mon, 22 Jun 2026 22:53:22 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 208 ++++++++++++++++------------------------- 1 file changed, 78 insertions(+), 130 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0df5bee..b0193aa 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,145 +8,93 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="HOSUR & BANGALORE · WEDDING & DESTINATION FILMS" + title="Every Frame, A Story Worth Keeping." + description="We capture weddings, love stories, portraits, and brand films — raw, real, and cinematic. Based in Hosur & Bangalore, shooting across South India." + primaryButton={{ + text: "View Portfolio", href: "/portfolio"}} + secondaryButton={{ + text: "Book a Shoot", href: "/book"}} + imageSrc="http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688458.jpg" + /> +
+
-
- +
+ - -
+ tag="What Clients Say" + title="Stories Captured" + description="Trusted by couples across the region." + names={[ + "Gangeshwaran was really patient — felt like a family experience · ⭐⭐⭐⭐⭐", "You deserve a 5-star rating · ⭐⭐⭐⭐⭐", "Photography at our Mehandi was exceptional · ⭐⭐⭐⭐⭐", "Naturally captured every single moment · ⭐⭐⭐⭐⭐", "Outstanding work — too happy with the results · ⭐⭐⭐⭐⭐"]} + /> +
+
-
- +
+ - -
+ 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", description: "Candid, traditional, and cinematic coverage of your most sacred day.", tags: ["Weddings", "Candid", "Cinematic"], + imageSrc: "http://img.b2bpic.net/free-photo/veil-covers-bride-s-face-tender-while-she-stands-before-window_8353-8405.jpg"}, + { + title: "Pre-Wedding & Couples", description: "Love stories told across stunning locations — beaches, temples, cities, fields.", tags: ["Couples", "Pre-wedding"], + imageSrc: "http://img.b2bpic.net/free-photo/couple-kissing-sunset_1153-8901.jpg"}, + { + title: "Bridal & Portraits", description: "Timeless portraits that capture beauty, grace, and personality.", tags: ["Bridal", "Portraits"], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-wearing-red-jacket_23-2149020145.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Testimonials" + title="What Clients Say" + description="Rated 5★ across all client reviews." + testimonials={[ + { + name: "Vidya Sree", role: "Client", quote: "Your photography at our cousin's Mehandi was exceptional, capturing the essence of each moment with remarkable skill.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-minimalist-shirt_23-2149317771.jpg"}, + { + name: "Madhumitha Prakash", role: "Client", quote: "We really loved your work and all the moments are amazingly captured. You didn't even interrupt us during the pooja.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-boy-front-white-curtain_23-2148184871.jpg"}, + { + name: "Anonymous Client", role: "Client", quote: "Gangeshwaran was really patient taking every photo. We truly felt a family-like experience with him.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021799.jpg"}, + { + name: "Anonymous Client", role: "Client", quote: "Dear Gangesh, you deserve a 5-star rating. You take incredible photos. The pictures were delivered in a lovely way.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"}, + { + name: "Anonymous Client", role: "Client", quote: "Highly recommended for any functions. Capturing every single moment naturally.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021781.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Book Now" + text="Your Story Deserves to Be Told Right. Let's create something unforgettable together." + primaryButton={{ + text: "Book a Shoot", href: "/book"}} + secondaryButton={{ + text: "WhatsApp Us", href: "https://wa.me/918608824373"}} + /> +
+
); } -- 2.49.1