From 175e118b497c50b485737e984634ca5484e43278 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:48:11 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 60d6c39..9282f07 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,4 +1425,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 5cc67f36d2ebe05ae255ef6152c49b8802f3229a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:48:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71babc6..162ab02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "1", brand: "Commercial", name: "Brand Launch Campaign", price: "4K Production", rating: 5, reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Brand launch video production showcase" + id: "1", brand: "Commercial", name: "Brand Launch Campaign", price: "4K Production", rating: 5, reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg?_wi=1", imageAlt: "Brand launch video production. Delivered full 4K cinematography with 15+ hours of raw footage, professional color grading, and completed post-production turnaround in 3 weeks for a national consumer brand launch campaign." }, { - id: "2", brand: "Corporate", name: "Executive Profile Series", price: "Full Production", rating: 5, reviewCount: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=1", imageAlt: "Executive interview and profile video" + id: "2", brand: "Corporate", name: "Executive Profile Series", price: "Full Production", rating: 5, reviewCount: "Complete", imageSrc: "http://img.b2bpic.net/free-photo/professional-agency-setup-cinematic-footage-creation-video-editing_482257-118951.jpg?_wi=1", imageAlt: "Executive interview series featuring 5 C-suite profiles. Multi-day shoot with professional lighting and audio equipment. Delivered 5 edited pieces (3-5 min each) plus raw interview footage. Enhanced corporate reputation and increased LinkedIn engagement by 45%." }, { - id: "3", brand: "Event", name: "Conference Documentary", price: "Multi-Camera", rating: 5, reviewCount: "Full Edit", imageSrc: "http://img.b2bpic.net/free-photo/actor-front-camera-audition_53876-139546.jpg?_wi=1", imageAlt: "Live event cinematography and documentation" + id: "3", brand: "Event", name: "Conference Documentary", price: "Multi-Camera", rating: 5, reviewCount: "Full Edit", imageSrc: "http://img.b2bpic.net/free-photo/actor-front-camera-audition_53876-139546.jpg?_wi=1", imageAlt: "Live conference documentation with 4-camera setup capturing keynotes, panel discussions, and crowd footage. Complete post-production including color correction, motion graphics, and aerial drone sequences. Final cut: 45-minute documentary showcasing industry insights." } ]} buttons={[ @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1