From 4c85cb0a49619a3bf9a32cf1bfc66cd9513ba261 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 02:09:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07f194b..b2e683c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,12 +43,12 @@ export default function LandingPage() { description="We scale YouTube channels for high-ticket businesses. You record, we handle the strategy, editing, and growth. Your content works 24/7." buttons={[{ text: "Book a Call", href: "#contact" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/content-creator-reviewing-mockup-phone-received-from-sponsor-close-up_482257-116464.jpg", imageAlt: "Hero Slide 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg", imageAlt: "Hero Slide 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg", imageAlt: "Hero Slide 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg", imageAlt: "Hero Slide 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg", imageAlt: "Hero Slide 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/african-american-musician-working-editing-new-music-with-greenscreen_482257-121209.jpg", imageAlt: "Hero Slide 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/content-creator-reviewing-mockup-phone-received-from-sponsor-close-up_482257-116464.jpg?_wi=1", imageAlt: "Hero Slide 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg?_wi=1", imageAlt: "Hero Slide 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg?_wi=1", imageAlt: "Hero Slide 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg?_wi=1", imageAlt: "Hero Slide 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg?_wi=2", imageAlt: "Hero Slide 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/african-american-musician-working-editing-new-music-with-greenscreen_482257-121209.jpg?_wi=1", imageAlt: "Hero Slide 6" }, ]} /> @@ -60,12 +60,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Tech Review", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/content-creator-reviewing-mockup-phone-received-from-sponsor-close-up_482257-116464.jpg" }, - { id: "p2", name: "Lifestyle Vlog", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg" }, - { id: "p3", name: "Educational Series", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg" }, - { id: "p4", name: "Documentary", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg" }, - { id: "p5", name: "Brand Story", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg" }, - { id: "p6", name: "Shorts Campaign", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/african-american-musician-working-editing-new-music-with-greenscreen_482257-121209.jpg" }, + { id: "p1", name: "Tech Review", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/content-creator-reviewing-mockup-phone-received-from-sponsor-close-up_482257-116464.jpg?_wi=2" }, + { id: "p2", name: "Lifestyle Vlog", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg?_wi=2" }, + { id: "p3", name: "Educational Series", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg?_wi=3" }, + { id: "p4", name: "Documentary", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg?_wi=2" }, + { id: "p5", name: "Brand Story", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-light-projector-theatre_23-2151184685.jpg?_wi=4" }, + { id: "p6", name: "Shorts Campaign", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/african-american-musician-working-editing-new-music-with-greenscreen_482257-121209.jpg?_wi=2" }, ]} title="Portfolio" description="High-converting content that drives results." @@ -121,7 +121,7 @@ export default function LandingPage() {