Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="large"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="Premium Service"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "about" },
|
||||
{ text: "Get Started", href: "contact" },
|
||||
@@ -110,13 +110,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
gridVariant="uniform-4-items"
|
||||
gridVariant="uniform-3-items"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Quality", description:
|
||||
"We maintain the highest standards in every aspect of our work, ensuring superior results that exceed expectations.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg?_wi=1", imageAlt: "quality excellence premium standard"},
|
||||
"http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg", imageAlt: "quality excellence premium standard"},
|
||||
{
|
||||
id: "2", title: "Expert Support", description:
|
||||
"Our dedicated team of professionals is always ready to assist you with expert guidance and personalized solutions.", imageSrc:
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", title: "Customized Solutions", description:
|
||||
"We tailor our offerings to match your unique needs, providing bespoke solutions that work perfectly for you.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg?_wi=2", imageAlt: "quality excellence premium standard"},
|
||||
"http://img.b2bpic.net/free-vector/gradient-golden-luxury-badges-collection_23-2149051482.jpg", imageAlt: "quality excellence premium standard"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,22 +146,22 @@ export default function LandingPage() {
|
||||
id: "1", name: "Sarah Mitchell, CEO of TechCorp", date: "Date: 15 November 2024", title: "Exceptional Service and Quality", quote:
|
||||
"Pulmers has been instrumental in our company's growth. Their commitment to excellence and customer satisfaction is unmatched. We highly recommend their services.", tag: "Premium Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Mitchell", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=1", imageAlt: "client satisfied success happy"},
|
||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "client satisfied success happy"},
|
||||
{
|
||||
id: "2", name: "James Rodriguez, Director of Operations", date: "Date: 20 October 2024", title: "Reliable Partner We Can Trust", quote:
|
||||
"Working with Pulmers has transformed how we operate. Their expertise and professional approach have consistently delivered results beyond our expectations.", tag: "Standard Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "James Rodriguez", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=2", imageAlt: "client satisfied success happy"},
|
||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "client satisfied success happy"},
|
||||
{
|
||||
id: "3", name: "Emma Thompson, Marketing Manager", date: "Date: 08 September 2024", title: "Innovative Solutions That Work", quote:
|
||||
"Pulmers provided innovative solutions that perfectly fit our needs. Their team's attention to detail and proactive approach made all the difference in our success.", tag: "Premium Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Emma Thompson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=3", imageAlt: "client satisfied success happy"},
|
||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "client satisfied success happy"},
|
||||
{
|
||||
id: "4", name: "David Chen, Founder of InnovateLab", date: "Date: 25 August 2024", title: "Outstanding Support and Expertise", quote:
|
||||
"The level of expertise and support from Pulmers is outstanding. They understand our business and provide tailored solutions that drive real results.", tag: "Enterprise Plan", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "David Chen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=4", imageAlt: "client satisfied success happy"},
|
||||
"http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "client satisfied success happy"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,7 +220,6 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Get in Touch with Pulmers"
|
||||
description="Have a question or ready to get started? We'd love to hear from you. Contact our team today and let's discuss how we can help your business thrive."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
|
||||
imageAlt="contact communication business office"
|
||||
|
||||
Reference in New Issue
Block a user