Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5df684d592 | |||
| 74bcda4c83 | |||
| a709231b79 |
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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 MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
@@ -42,27 +42,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroBillboardCarousel
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Bringing Stories to Life"
|
title="Bringing Stories to Life"
|
||||||
description="Professional motion graphics and animation studio creating immersive visual experiences for global brands."
|
description="Professional motion graphics and animation studio creating immersive visual experiences for global brands."
|
||||||
avatars={[
|
mediaItems={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/excited-vlogger-records-video-using-professional-gear-his-social-media-audience-social-media-podcast-review-blogging-vlogging-digital-internet-web-era-influencer-recording-online-distr_482257-3665.jpg", alt: "Creative director portrait" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CW3M0Sztmp7Fobos8R74IEtbCS/uploaded-1776489428107-nlpxtngf.jpg" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "Marketing manager headshot" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CW3M0Sztmp7Fobos8R74IEtbCS/uploaded-1776489867323-gnm3rbyh.jpg" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094576.jpg", alt: "Brand designer headshot" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CW3M0Sztmp7Fobos8R74IEtbCS/uploaded-1776489770883-jb22x5ir.png" }
|
||||||
{ src: "http://img.b2bpic.net/free-photo/man-black-suit-posing-indoors_23-2148401472.jpg", alt: "Startup founder portrait" },
|
|
||||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-85918.jpg", alt: "Portrait of a young confident man" },
|
|
||||||
]}
|
|
||||||
avatarText="Trusted by 50+ Global Brands"
|
|
||||||
buttons={[{ text: "View Portfolio", href: "#works" }]}
|
|
||||||
buttonAnimation="slide-up"
|
|
||||||
marqueeItems={[
|
|
||||||
{ type: "text", text: "2D Animation" },
|
|
||||||
{ type: "text", text: "3D Motion Graphics" },
|
|
||||||
{ type: "text", text: "Visual Effects" },
|
|
||||||
{ type: "text", text: "Brand Motion" },
|
|
||||||
{ type: "text", text: "Interactive Media" },
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "View Portfolio", href: "#works" }]
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -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: "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: "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: "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"
|
title="Selected Works"
|
||||||
description="A curated collection of our most recent motion graphics and animation projects."
|
description="A curated collection of our most recent motion graphics and animation projects."
|
||||||
@@ -134,9 +121,6 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
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: "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: "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}
|
showRating={true}
|
||||||
title="Client Stories"
|
title="Client Stories"
|
||||||
@@ -151,7 +135,6 @@ export default function LandingPage() {
|
|||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "How long does a project take?", content: "Depending on complexity, between 2 to 6 weeks." },
|
{ 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: "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"
|
imageSrc="http://img.b2bpic.net/free-photo/painter-cute-young-blonde-painter-girl-pretty-looking-up-thinking_140725-163058.jpg"
|
||||||
title="Frequently Asked"
|
title="Frequently Asked"
|
||||||
|
|||||||
Reference in New Issue
Block a user