Update src/app/page.tsx
This commit is contained in:
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="circleGradient"
|
background="none"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
tag="Premium Solutions"
|
tag="Premium Solutions"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-women-man-wearing-suit-looking-laptop-computer_1139-967.jpg", imageAlt: "Business team collaboration" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-women-man-wearing-suit-looking-laptop-computer_1139-967.jpg", imageAlt: "Business team collaboration" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/surprised-blonde-woman-looking-computer-screen-enjoying-latte-her-workplace_197531-4961.jpg", imageAlt: "Modern workspace environment" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/surprised-blonde-woman-looking-computer-screen-enjoying-latte-her-workplace_197531-4961.jpg", imageAlt: "Modern workspace environment" },
|
||||||
@@ -124,19 +124,19 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "testimonial-1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Outstanding service and attention to detail. They transformed our business and exceeded all expectations.", rating: 5,
|
id: "testimonial-1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Outstanding service and attention to detail. They transformed our business and exceeded all expectations.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Sarah Johnson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-2", name: "Michael Chen", handle: "@m_chen", testimonial: "Professional, responsive, and results-driven. Highly recommend for anyone serious about success.", rating: 5,
|
id: "testimonial-2", name: "Michael Chen", handle: "@m_chen", testimonial: "Professional, responsive, and results-driven. Highly recommend for anyone serious about success.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen"
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "The best investment we made for our company. Their expertise and support made all the difference.", rating: 5,
|
id: "testimonial-3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "The best investment we made for our company. Their expertise and support made all the difference.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Emily Rodriguez"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "testimonial-4", name: "David Kim", handle: "@david_k", testimonial: "Exceptional quality and outstanding customer service. I would work with them again in a heartbeat.", rating: 5,
|
id: "testimonial-4", name: "David Kim", handle: "@david_k", testimonial: "Exceptional quality and outstanding customer service. I would work with them again in a heartbeat.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Kim"
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Ready to Transform Your Business?"
|
title="Ready to Transform Your Business?"
|
||||||
description="Join hundreds of satisfied clients. Sign up for updates and exclusive offers from our team."
|
description="Join hundreds of satisfied clients. Sign up for updates and exclusive offers from our team."
|
||||||
background={{ variant: "circleGradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
|
|||||||
Reference in New Issue
Block a user