From 74bcda4c83dd7cbcfb2d364353bba8bc891c717d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 04:52:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2006a46..4f3e74e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -42,27 +42,17 @@ export default function LandingPage() {
-
@@ -85,9 +75,6 @@ export default function LandingPage() { { id: "p1", brand: "Brand", name: "Commercial Promo", price: "Featured", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/blue-white-texture-paint-background_23-2148097737.jpg" }, { id: "p2", brand: "Tech", name: "Data Viz", price: "Featured", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/marbled-blue-abstract-background-liquid-marble-pattern_1258-99750.jpg" }, { id: "p3", brand: "Studio", name: "Brand Identity", price: "Featured", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/geometrics-arrangement-with-3d-shapes_23-2149049003.jpg" }, - { id: "p4", brand: "Education", name: "Training Series", price: "Featured", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90715.jpg" }, - { id: "p5", brand: "Music", name: "Music Video", price: "Featured", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627896.jpg" }, - { id: "p6", brand: "App", name: "UI Animation", price: "Featured", rating: 5, reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-abstract-design-elements-assortment_23-2148996792.jpg" }, ]} title="Selected Works" description="A curated collection of our most recent motion graphics and animation projects." @@ -134,9 +121,6 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah Johnson", handle: "@sarah", testimonial: "Exceptional work on our product launch video. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-vinyl-record_23-2149215534.jpg" }, { id: "t2", name: "Michael Chen", handle: "@mike", testimonial: "The animation quality exceeded all of our expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" }, - { id: "t3", name: "Emily Rodriguez", handle: "@emily", testimonial: "Professional, fast, and extremely creative throughout.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" }, - { id: "t4", name: "David Kim", handle: "@david", testimonial: "They captured our vision perfectly on the first draft.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, - { id: "t5", name: "Jessica Lee", handle: "@jess", testimonial: "Best motion graphic investment we have made this year.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/worker-preparing-work-with-grinding-machine-metal_651396-2846.jpg" }, ]} showRating={true} title="Client Stories" @@ -151,7 +135,6 @@ export default function LandingPage() { faqs={[ { id: "f1", title: "How long does a project take?", content: "Depending on complexity, between 2 to 6 weeks." }, { id: "f2", title: "Do you provide source files?", content: "Yes, all source files are delivered upon completion." }, - { id: "f3", title: "What tools do you use?", content: "We primarily work in After Effects, Cinema 4D, and Blender." }, ]} imageSrc="http://img.b2bpic.net/free-photo/painter-cute-young-blonde-painter-girl-pretty-looking-up-thinking_140725-163058.jpg" title="Frequently Asked" -- 2.49.1