Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 18:57:13 +00:00

View File

@@ -88,11 +88,11 @@ export default function LandingPage() {
textboxLayout="default"
products={[
{ id: "1", name: "AC Installation & Repair", price: "Expert Service", imageSrc: "https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=600&h=500&fit=crop", imageAlt: "Professional air conditioning installation and repair services" },
{ id: "2", name: "Heating System Service", price: "Year-Round Support", imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=500&fit=crop", imageAlt: "Expert heating system maintenance and repair" },
{ id: "2", name: "Heating System Service", price: "Year-Round Support", imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=500&fit=crop&_wi=1", imageAlt: "Expert heating system maintenance and repair" },
{ id: "3", name: "Indoor Air Quality", price: "Health & Wellness", imageSrc: "https://images.unsplash.com/photo-1597672200969-2b65d56bd16b?w=600&h=500&fit=crop", imageAlt: "Advanced air purification and filtration systems" },
{ id: "4", name: "Duct Cleaning", price: "System Optimization", imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3800?w=600&h=500&fit=crop", imageAlt: "Professional duct cleaning and maintenance" },
{ id: "5", name: "Dryer Vent Cleaning", price: "Safety & Efficiency", imageSrc: "https://images.unsplash.com/photo-1581092163562-40fed08a5407?w=600&h=500&fit=crop", imageAlt: "Dryer vent duct cleaning service" },
{ id: "6", name: "Preventative Maintenance", price: "Long Comfort Club", imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=500&fit=crop", imageAlt: "Scheduled preventative maintenance plans" }
{ id: "6", name: "Preventative Maintenance", price: "Long Comfort Club", imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=500&fit=crop&_wi=2", imageAlt: "Scheduled preventative maintenance plans" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -147,11 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Miller", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", imageAlt: "Sarah Miller testimonial" },
{ id: "2", name: "James Wilson", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop", imageAlt: "James Wilson testimonial" },
{ id: "2", name: "James Wilson", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=1", imageAlt: "James Wilson testimonial" },
{ id: "3", name: "Maria Garcia", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", imageAlt: "Maria Garcia testimonial" },
{ id: "4", name: "Robert Chen", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", imageAlt: "Robert Chen testimonial" },
{ id: "5", name: "Jennifer Davis", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop", imageAlt: "Jennifer Davis testimonial" },
{ id: "6", name: "Michael Brown", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", imageAlt: "Michael Brown testimonial" }
{ id: "4", name: "Robert Chen", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop&_wi=1", imageAlt: "Robert Chen testimonial" },
{ id: "5", name: "Jennifer Davis", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=2", imageAlt: "Jennifer Davis testimonial" },
{ id: "6", name: "Michael Brown", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop&_wi=2", imageAlt: "Michael Brown testimonial" }
]}
/>
</div>