Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tag="Premium Social Solutions"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttons={[
|
||||
{ text: "Start Your Strategy", href: "contact" },
|
||||
{ text: "View Our Work", href: "metrics" }
|
||||
@@ -61,11 +61,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Rivera", handle: "Founder, TechStartup", testimonial: "They increased our Instagram engagement by 340% in just 3 months. Absolutely transformative.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
|
||||
},
|
||||
{
|
||||
name: "Jordan Chen", handle: "CMO, E-Commerce Brand", testimonial: "Best social media partner we've worked with. Strategic, data-driven, and results-obsessed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -150,28 +150,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "Fashion E-Commerce Brand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "professional headshot business portrait"
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "Fashion E-Commerce Brand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional headshot business portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Thompson", role: "Marketing Director", company: "SaaS Company", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=2", imageAlt: "professional headshot business portrait"
|
||||
id: "2", name: "Marcus Thompson", role: "Marketing Director", company: "SaaS Company", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", imageAlt: "professional headshot business portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Founder", company: "Luxury Wellness Brand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-takes-coffee-break-workplace_1163-5406.jpg", imageAlt: "professional headshot business portrait"
|
||||
id: "3", name: "Emily Rodriguez", role: "Founder", company: "Luxury Wellness Brand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-takes-coffee-break-workplace_1163-5406.jpg", imageAlt: "professional headshot business portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Growth Lead", company: "Tech Startup", 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", imageAlt: "professional headshot business portrait"
|
||||
id: "4", name: "David Kim", role: "Growth Lead", company: "Tech Startup", 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", imageAlt: "professional headshot business portrait"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Chen", role: "CMO", company: "Consumer Brand", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-thoughtful_114579-15852.jpg", imageAlt: "professional headshot business portrait"
|
||||
id: "5", name: "Lisa Chen", role: "CMO", company: "Consumer Brand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-thoughtful_114579-15852.jpg", imageAlt: "professional headshot business portrait"
|
||||
},
|
||||
{
|
||||
id: "6", name: "James Wilson", role: "VP Marketing", company: "B2B Service Company", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "professional headshot business portrait"
|
||||
id: "6", name: "James Wilson", role: "VP Marketing", company: "B2B Service Company", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "professional headshot business portrait"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -319,4 +313,4 @@ export default function LandingPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user