From b77c903b65443208842d77a2fc1f7a0c89a2b7aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 15:02:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 274 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daefab1..9f34378 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { BarChart, Play, Zap } from "lucide-react"; +import { BarChart, Play, Zap, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -138,52 +86,19 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Motion Graphics", - description: "Dynamic ad designs.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/african-woman-videographer-with-headset-processing-film-montage-working-greenscreen-chroma-key-isolated-display-computer_482257-5429.jpg", - }, - items: [ - { - icon: Play, - text: "Video Assets", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-having-remote-discussion-with-company-team_482257-77571.jpg?_wi=2", - imageAlt: "motion graphic design screen", + title: "Motion Graphics", description: "Dynamic ad designs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/african-woman-videographer-with-headset-processing-film-montage-working-greenscreen-chroma-key-isolated-display-computer_482257-5429.jpg" }, + items: [{ icon: Play, text: "Video Assets" }], + reverse: false }, { - title: "Performance Analytics", - description: "Data-driven insights.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg", - }, - items: [ - { - icon: BarChart, - text: "Ad Optimization", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991368.jpg?_wi=2", - imageAlt: "motion graphic design screen", + title: "Performance Analytics", description: "Data-driven insights.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg" }, + items: [{ icon: BarChart, text: "Ad Optimization" }], + reverse: true }, { - title: "AI Creative", - description: "Next-gen automation.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-triangles-background_1048-15984.jpg", - }, - items: [ - { - icon: Cpu, - text: "AI Design", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-facebook-logo-with-colorful-elements_23-2152000293.jpg?_wi=1", - imageAlt: "motion graphic design screen", + title: "AI Creative", description: "Next-gen automation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-triangles-background_1048-15984.jpg" }, + items: [{ icon: Cpu, text: "AI Design" }], + reverse: false }, ]} title="Comprehensive Creative Solutions" @@ -198,42 +113,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Ad Campaign A", - price: "Creative", - imageSrc: "http://img.b2bpic.net/free-photo/3d-facebook-logo-with-colorful-elements_23-2152000293.jpg?_wi=2", - }, - { - id: "2", - name: "Ad Campaign B", - price: "Creative", - imageSrc: "http://img.b2bpic.net/free-psd/gradient-graphic-design-template_23-2150831726.jpg", - }, - { - id: "3", - name: "Ad Campaign C", - price: "Creative", - imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-social-media-banner-instagram-post-template_511564-2217.jpg", - }, - { - id: "4", - name: "Ad Campaign D", - price: "Creative", - imageSrc: "http://img.b2bpic.net/free-psd/fashion-trends-square-flyer-template_23-2150773651.jpg", - }, - { - id: "5", - name: "Ad Campaign E", - price: "Creative", - imageSrc: "http://img.b2bpic.net/free-psd/creativity-template-design_23-2151196195.jpg", - }, - { - id: "6", - name: "Ad Campaign F", - price: "Creative", - imageSrc: "http://img.b2bpic.net/free-photo/waistup-shot-optimistic-joyful-female-showing-cool-digital-tablet-pointing-device-screen-smiling-broadly-camera-giving-advice-what-app-useful-posing-glasses-against-pink-wall_1258-307032.jpg", - }, + { id: "1", name: "Ad Campaign A", price: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/3d-facebook-logo-with-colorful-elements_23-2152000293.jpg" }, + { id: "2", name: "Ad Campaign B", price: "Creative", imageSrc: "http://img.b2bpic.net/free-psd/gradient-graphic-design-template_23-2150831726.jpg" }, + { id: "3", name: "Ad Campaign C", price: "Creative", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-social-media-banner-instagram-post-template_511564-2217.jpg" }, + { id: "4", name: "Ad Campaign D", price: "Creative", imageSrc: "http://img.b2bpic.net/free-psd/fashion-trends-square-flyer-template_23-2150773651.jpg" }, + { id: "5", name: "Ad Campaign E", price: "Creative", imageSrc: "http://img.b2bpic.net/free-psd/creativity-template-design_23-2151196195.jpg" }, + { id: "6", name: "Ad Campaign F", price: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/waistup-shot-optimistic-joyful-female-showing-cool-digital-tablet-pointing-device-screen-smiling-broadly-camera-giving-advice-what-app-useful-posing-glasses-against-pink-wall_1258-307032.jpg" }, ]} title="Work Showcase" description="Explore our recent high-performing creative projects." @@ -244,13 +129,7 @@ export default function LandingPage() { @@ -260,31 +139,11 @@ export default function LandingPage() { @@ -340,26 +180,14 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "About", - href: "#about", - }, - { - label: "Work", - href: "#work", - }, + { label: "About", href: "#about" }, + { label: "Work", href: "#work" }, ], }, { items: [ - { - label: "Services", - href: "#features", - }, - { - label: "Contact", - href: "#contact", - }, + { label: "Services", href: "#features" }, + { label: "Contact", href: "#contact" }, ], }, ]} @@ -369,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1