Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed0b207aaf | |||
| c7c92bc150 |
@@ -6,10 +6,9 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
|||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Zap, Target, Star, DollarSign, Sparkles, Heart, MessageSquare, Crown } from 'lucide-react';
|
import { Zap, Target, Star, DollarSign, Sparkles, MessageSquare, Crown } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -175,51 +174,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardOne
|
|
||||||
title="Client Success Stories"
|
|
||||||
description="Real testimonials from businesses we've helped grow. See how our solutions have transformed brands and driven measurable results across industries."
|
|
||||||
tag="Client Reviews"
|
|
||||||
tagIcon={Heart}
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
buttons={[
|
|
||||||
{ text: "Start Your Journey", href: "#contact" }
|
|
||||||
]}
|
|
||||||
buttonAnimation="slide-up"
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1", name: "Sarah Johnson", role: "Marketing Director", company: "TechStartup Inc", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-glasses_23-2148514897.jpg", imageAlt: "Sarah Johnson profile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", name: "Michael Chen", role: "CEO", company: "Global E-Commerce Ltd", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Michael Chen profile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Creative Agency Co", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Emily Rodriguez profile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", name: "David Kim", role: "Product Manager", company: "Innovation Labs", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg", imageAlt: "David Kim profile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5", name: "Jessica Martinez", role: "Director of Operations", company: "Digital Ventures", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "Jessica Martinez profile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6", name: "Robert Thompson", role: "Founder", company: "Market Leaders Group", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-speaking-phone-office-background_176420-5284.jpg", imageAlt: "Robert Thompson profile"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
ariaLabel="Client testimonials and reviews"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
|
|||||||
Reference in New Issue
Block a user