Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 10:27:15 +00:00

View File

@@ -65,15 +65,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Custom Web Design", tags: ["Mobile-First", "Sleek Layouts"],
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Custom web design showcase"
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Custom web design showcase"
},
{
id: "2", title: "Grow Your Business", tags: ["SEO Optimized", "Google Maps Integration"],
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Business growth metrics"
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Business growth metrics"
},
{
id: "3", title: "Stress-Free Maintenance", tags: ["Hosting Included", "Regular Updates"],
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Website maintenance and support"
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Website maintenance and support"
}
]}
animationType="slide-up"
@@ -98,7 +98,7 @@ export default function LandingPage() {
id: "2", name: "Lone Star Lawn Care", price: "185% ROI", variant: "Online since 2023", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-gardening-landing-page-template_23-2149363082.jpg", imageAlt: "Lone Star Lawn Care website"
},
{
id: "3", name: "Your Business Here", price: "Ready?", variant: "Let's talk", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Your business website opportunity"
id: "3", name: "Your Business Here", price: "Ready?", variant: "Let's talk", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Your business website opportunity"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -113,22 +113,22 @@ export default function LandingPage() {
description="See what our clients say about working with PrimeSignal Digital."
testimonials={[
{
id: "1", title: "Transformed Our Online Presence", quote: "PrimeSignal has transformed our site over the past year — the results speak for themselves! We're getting inquiries daily.", name: "Sarah Mitchell", role: "Owner, Summit Peak Roofing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
id: "1", title: "Transformed Our Online Presence", quote: "PrimeSignal has transformed our site over the past year — the results speak for themselves! We're getting inquiries daily.", name: "Sarah Mitchell", role: "Owner, Summit Peak Roofing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", title: "Professional & Responsive", quote: "The team understood our business immediately and built a site that actually converts. Best decision we made for our lawn care company.", name: "James Rodriguez", role: "CEO, Lone Star Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"
id: "2", title: "Professional & Responsive", quote: "The team understood our business immediately and built a site that actually converts. Best decision we made for our lawn care company.", name: "James Rodriguez", role: "CEO, Lone Star Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Rodriguez"
},
{
id: "3", title: "Stress-Free Process", quote: "From concept to launch, they handled everything. Now we focus on business while they handle updates and maintenance.", name: "Emma Chen", role: "Manager, Local Services Inc", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Chen"
id: "3", title: "Stress-Free Process", quote: "From concept to launch, they handled everything. Now we focus on business while they handle updates and maintenance.", name: "Emma Chen", role: "Manager, Local Services Inc", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Chen"
},
{
id: "4", title: "Real Growth, Real Numbers", quote: "We saw a 140% increase in qualified leads within 6 months. PrimeSignal knows how to build websites that actually work.", name: "Michael Torres", role: "Founder, Digital First Consulting", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres"
id: "4", title: "Real Growth, Real Numbers", quote: "We saw a 140% increase in qualified leads within 6 months. PrimeSignal knows how to build websites that actually work.", name: "Michael Torres", role: "Founder, Digital First Consulting", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Torres"
},
{
id: "5", title: "Worth Every Investment", quote: "This wasn't just a website redesign—it was a business transformation. Couldn't be happier with the partnership.", name: "Lisa Anderson", role: "Owner, Premium Home Solutions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson"
id: "5", title: "Worth Every Investment", quote: "This wasn't just a website redesign—it was a business transformation. Couldn't be happier with the partnership.", name: "Lisa Anderson", role: "Owner, Premium Home Solutions", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lisa Anderson"
},
{
id: "6", title: "Beyond Expectations", quote: "Their attention to detail and understanding of conversion optimization is unmatched. Highly recommend to any local business.", name: "David Park", role: "President, Park Construction Group", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
id: "6", title: "Beyond Expectations", quote: "Their attention to detail and understanding of conversion optimization is unmatched. Highly recommend to any local business.", name: "David Park", role: "President, Park Construction Group", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Park"
}
]}
textboxLayout="default"