Merge version_2 into main #4
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -47,41 +47,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroOverlayTestimonial
|
||||
title="Crafting Immersive 3D Worlds"
|
||||
description="We specialize in high-end digital experiences, bringing creative visions to life with cutting-edge 3D animation and design."
|
||||
<HeroSplitTestimonial
|
||||
title="Digital Alter Ego"
|
||||
description="Meet your 3D-animated representation—a high-fidelity digital persona built to bridge the gap between human creativity and virtual performance."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qbn5ys&_wi=2"
|
||||
imageAlt="3D animated character representing me"
|
||||
imagePosition="right"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Riv", handle: "@alex", testimonial: "Amazing 3D work, exceeded expectations.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qbn5ys&_wi=1", imageAlt: "futuristic 3D background"},
|
||||
name: "Alex Riv", handle: "@alex", testimonial: "The character animation is breathtakingly real.", rating: 5},
|
||||
{
|
||||
name: "Sam Kim", handle: "@sam", testimonial: "The animation fluidity is incredible.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kt5pfd&_wi=1", imageAlt: "futuristic 3D background"},
|
||||
{
|
||||
name: "Jana Lee", handle: "@jana", testimonial: "Top-tier creative partner for our brand.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g1ypmf&_wi=1", imageAlt: "futuristic 3D background"},
|
||||
{
|
||||
name: "Mark Doe", handle: "@mark", testimonial: "Brought our concepts to life perfectly.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7f9f3d&_wi=1", imageAlt: "futuristic 3D background"},
|
||||
{
|
||||
name: "Zoe Fox", handle: "@zoe", testimonial: "Stunning visuals and professional speed.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=94zbjw&_wi=1", imageAlt: "futuristic 3D background"},
|
||||
name: "Sam Kim", handle: "@sam", testimonial: "Finally, a digital persona that feels authentic.", rating: 5},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qbn5ys&_wi=2"
|
||||
imageAlt="futuristic 3D background"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g1ypmf", alt: "professional client portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7f9f3d", alt: "tech innovator portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=94zbjw", alt: "creative lead portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3je9qy", alt: "digital architect portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ifxdjh", alt: "studio director portrait"},
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#about" },
|
||||
{ text: "Book Consultation", href: "#contact" }
|
||||
]}
|
||||
avatarText="Trusted by industry leaders"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -246,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user