Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 03:34:36 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="medium"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="PEST CONTROL"
description="Professional pest control services protecting homes and businesses. Fast response, guaranteed results. Expert technicians, eco-friendly solutions, 24/7 emergency service."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get Free Quote", href: "#contact" },
{ text: "Call Now", href: "tel:+1-800-PEST-NOW" },
@@ -134,17 +134,17 @@ export default function LandingPage() {
tag="Testimonials"
testimonials={[
{
id: "1", name: "James Mitchell", role: "Homeowner", testimonial: "Pelican Pest Control solved our termite problem quickly and professionally. The team was thorough, courteous, and the results exceeded expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg?_wi=1", imageAlt: "James Mitchell testimonial"},
id: "1", name: "James Mitchell", role: "Homeowner", testimonial: "Pelican Pest Control solved our termite problem quickly and professionally. The team was thorough, courteous, and the results exceeded expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "James Mitchell testimonial"},
{
id: "2", name: "Sarah Johnson", role: "Property Manager", testimonial: "We've been using their services for 3 years. Their preventative treatments keep our multi-unit complex pest-free. Professional and reliable every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"},
id: "2", name: "Sarah Johnson", role: "Property Manager", testimonial: "We've been using their services for 3 years. Their preventative treatments keep our multi-unit complex pest-free. Professional and reliable every time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson testimonial"},
{
id: "3", name: "Michael Chen", role: "Business Owner", testimonial: "Emergency bed bug treatment saved our vacation rental business. Fast response, discrete service, and guaranteed results. They're our trusted partner.", imageSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-autumn-park_1157-22273.jpg", imageAlt: "Michael Chen testimonial"},
{
id: "4", name: "Linda Rodriguez", role: "Homeowner", testimonial: "Professional service from start to finish. They explained everything clearly, used eco-friendly methods, and eliminated our pest problem completely. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-student-business-lady-showing-thumbs-up-well-done-sitting-outdoor-cafe-terrace-with-laptop-wearing-pink-smart-clothes_197531-3122.jpg", imageAlt: "Linda Rodriguez testimonial"},
{
id: "5", name: "David Thompson", role: "Restaurant Manager", testimonial: "Regular maintenance prevents the pest issues that plague other restaurants. Their attention to detail and compliance expertise is unmatched. Highly professional.", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg?_wi=2", imageAlt: "David Thompson testimonial"},
id: "5", name: "David Thompson", role: "Restaurant Manager", testimonial: "Regular maintenance prevents the pest issues that plague other restaurants. Their attention to detail and compliance expertise is unmatched. Highly professional.", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg", imageAlt: "David Thompson testimonial"},
{
id: "6", name: "Emily Watson", role: "Real Estate Agent", testimonial: "I refer Pelican to all my clients. They're always prompt, professional, and provide the documentation needed for property transactions. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Watson testimonial"},
id: "6", name: "Emily Watson", role: "Real Estate Agent", testimonial: "I refer Pelican to all my clients. They're always prompt, professional, and provide the documentation needed for property transactions. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson testimonial"},
]}
carouselMode="buttons"
animationType="slide-up"