diff --git a/src/app/page.tsx b/src/app/page.tsx index a3ee3d7..07f194b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,16 +28,12 @@ export default function LandingPage() { @@ -45,23 +41,14 @@ export default function LandingPage() { @@ -73,18 +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" }, + { 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" }, ]} title="Portfolio" description="High-converting content that drives results." @@ -93,18 +74,13 @@ export default function LandingPage() {