diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8f6e26f..58ddaff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,30 +30,18 @@ export default function LandingPage() {
@@ -64,73 +52,39 @@ export default function LandingPage() {
description="Premium service, upfront pricing, and a 100% guarantee on all work. Serving the community with integrity."
testimonials={[
{
- name: "Eric B.",
- handle: "Heating Repair",
- testimonial: "Saved our winter during a total system collapse. Reliable, fast, and transparent pricing.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
- },
+ name: "Eric B.", handle: "Heating Repair", testimonial: "Saved our winter during a total system collapse. Reliable, fast, and transparent pricing.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg"},
{
- name: "Jake S.",
- handle: "Duct Cleaning",
- testimonial: "Incredible service. My air quality is night and day. Professionalism like no other company in San Marcos.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg",
- },
+ name: "Jake S.", handle: "Duct Cleaning", testimonial: "Incredible service. My air quality is night and day. Professionalism like no other company in San Marcos.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg"},
{
- name: "Maria K.",
- handle: "System Install",
- testimonial: "Absolutely professional installation. They left the home spotless and explained everything.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg",
- },
+ name: "Maria K.", handle: "System Install", testimonial: "Absolutely professional installation. They left the home spotless and explained everything.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg"},
{
- name: "David W.",
- handle: "Routine Maint",
- testimonial: "The best maintenance team I have worked with. Consistent and always on time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-27994.jpg",
- },
+ name: "David W.", handle: "Routine Maint", testimonial: "The best maintenance team I have worked with. Consistent and always on time.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-27994.jpg"},
{
- name: "Sarah P.",
- handle: "Emergency Repair",
- testimonial: "They were at my door within an hour of my call. Exceptional emergency response.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
- },
+ name: "Sarah P.", handle: "Emergency Repair", testimonial: "They were at my door within an hour of my call. Exceptional emergency response.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
]}
buttons={[
{
- text: "Call Now: +17604650715",
- href: "tel:+17604650715",
- },
+ text: "Call Now: +17604650715", href: "tel:+17604650715"},
{
- text: "Schedule Service",
- href: "#contact",
- },
+ text: "Schedule Service", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250261.jpg",
- alt: "Close up on heat pump outside home",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250261.jpg", alt: "Close up on heat pump outside home"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg",
- alt: "Close up on ventilation system",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg", alt: "Close up on ventilation system"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250257.jpg",
- alt: "Close up on heat pump outside home",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250257.jpg", alt: "Close up on heat pump outside home"},
{
- src: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg",
- alt: "3d rendering of ventilation system",
- },
+ src: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg", alt: "3d rendering of ventilation system"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250250.jpg",
- alt: "Close up on heat pump outside home",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250250.jpg", alt: "Close up on heat pump outside home"},
]}
/>
@@ -140,15 +94,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Licensed HVAC",
- "Same-Day Service",
- "Upfront Pricing",
- "100% Satisfaction",
- "NATE Certified",
- "Family Owned",
- "Emergency Ready",
- ]}
- title="Our Trust Metrics"
+ "Licensed HVAC", "Same-Day Service", "Upfront Pricing", "100% Satisfaction", "NATE Certified", "Family Owned", "Emergency Ready"]}
+ title="Why San Marcos Homeowners Choose Us"
description="Licensed, insured, and dedicated to your comfort."
/>
@@ -159,20 +106,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "System Repair",
- description: "Quick, honest diagnostics and expert repairs.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9n6e82",
- },
+ title: "System Repair", description: "Quick, honest diagnostics and expert repairs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9n6e82"},
{
- title: "Installation",
- description: "High-efficiency units installed with perfection.",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-hvac-logo_23-2149250489.jpg",
- },
+ title: "Installation", description: "High-efficiency units installed with perfection.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-hvac-logo_23-2149250489.jpg"},
{
- title: "Duct Cleaning",
- description: "Improve your indoor air quality today.",
- imageSrc: "http://img.b2bpic.net/free-vector/ventilation-system-abstract-concept-vector-illustration-mechanical-ventilation-airing-cooling-system-maintenance-exhaust-fan-new-air-flow-exchange-improve-air-quality-abstract-metaphor_335657-5754.jpg",
- },
+ title: "Duct Cleaning", description: "Improve your indoor air quality today.", imageSrc: "http://img.b2bpic.net/free-vector/ventilation-system-abstract-concept-vector-illustration-mechanical-ventilation-airing-cooling-system-maintenance-exhaust-fan-new-air-flow-exchange-improve-air-quality-abstract-metaphor_335657-5754.jpg"},
]}
title="Comprehensive HVAC Services"
description="Tailored solutions for your home comfort needs."
@@ -186,9 +124,7 @@ export default function LandingPage() {
description="We diagnose before we recommend. Our philosophy is simple: honesty over sales commissions. Your comfort is our only goal."
buttons={[
{
- text: "Book an Appointment",
- href: "#contact",
- },
+ text: "Book an Appointment", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/repairmen-taking-apart-hvac-system_482257-92028.jpg"
/>
@@ -201,40 +137,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Resident",
- testimonial: "Finally found a company I can trust. Exceptional attention to detail.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
- },
+ id: "1", name: "Sarah J.", role: "Resident", testimonial: "Finally found a company I can trust. Exceptional attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
{
- id: "2",
- name: "Mike D.",
- role: "Business Owner",
- testimonial: "Fast service, clean workspace, and polite technicians. Definitely recommend.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
- },
+ id: "2", name: "Mike D.", role: "Business Owner", testimonial: "Fast service, clean workspace, and polite technicians. Definitely recommend.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg"},
{
- id: "3",
- name: "Linda R.",
- role: "Homeowner",
- testimonial: "Very clear communication throughout the repair process. Honest pricing!",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg",
- },
+ id: "3", name: "Linda R.", role: "Homeowner", testimonial: "Very clear communication throughout the repair process. Honest pricing!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg"},
{
- id: "4",
- name: "Tom P.",
- role: "Homeowner",
- testimonial: "Professional, efficient, and they wore shoe covers. Love the respect for our floors.",
- imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
- },
+ id: "4", name: "Tom P.", role: "Homeowner", testimonial: "Professional, efficient, and they wore shoe covers. Love the respect for our floors.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"},
{
- id: "5",
- name: "Karen B.",
- role: "Homeowner",
- testimonial: "Top notch experience from start to finish. Our AC has never run better.",
- imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg",
- },
+ id: "5", name: "Karen B.", role: "Homeowner", testimonial: "Top notch experience from start to finish. Our AC has never run better.", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg"},
]}
title="Customer Stories"
description="Hear from our happy neighbors in San Marcos."
@@ -245,8 +156,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file