Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
title="Transform Your Business with Strategic Excellence"
|
||||
description="Partner with industry leaders to drive growth, optimize operations, and unlock new opportunities. We deliver measurable results through proven expertise and dedicated support."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Welcome to Excellence"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -54,15 +54,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Webild transformed our business operations and exceeded all expectations. Their strategic approach and dedication are unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
name: "James Chen", handle: "@jameschen", testimonial: "Working with Webild was the best decision we made. Their insights and execution are top-tier.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg?_wi=1", imageAlt: "James Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "@emmarod", testimonial: "Incredible team, incredible results. Webild helped us achieve our most ambitious goals.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=1", imageAlt: "Emma Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Emma Rodriguez"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -129,8 +129,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
cardTitleClassName="text-4xl font-bold"
|
||||
cardDescriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,13 +161,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alexandra Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Alexandra Thompson"
|
||||
id: "1", name: "Alexandra Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Alexandra Thompson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg?_wi=2", imageAlt: "Marcus Johnson"
|
||||
id: "2", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman_23-2147707173.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2", imageAlt: "Victoria Chen"
|
||||
id: "3", name: "Victoria Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Victoria Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Robinson", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Robinson"
|
||||
|
||||
Reference in New Issue
Block a user