From eafaf39b290778e07b637535ecd5e550ed0fd590 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:50:41 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15989cc..ab5dc5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,9 +31,9 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Reviews", id: "reviews" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, - { name: "Book Now", id: "booking" } + { name: "Book Now", id: "hero" } ]} brandName="Tayab Kuwait" bottomLeftText="Salmiya, Kuwait" @@ -54,10 +54,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/trained-worker-dissasembling-air-conditioner-outer-front-grill-order-start-servicing-broken-internal-parts-knowleadgeable-engineer-comissioned-by-home-owner-maintenance-hvac-system_482257-70163.jpg", imageAlt: "Professional AC Installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/focused-male-plant-engineer-hardhat-glasses-operating-industrial-machine-pushing-buttons-control-panel_74855-16376.jpg?_wi=1", imageAlt: "Emergency AC Repair Service" + imageSrc: "http://img.b2bpic.net/free-photo/focused-male-plant-engineer-hardhat-glasses-operating-industrial-machine-pushing-buttons-control-panel_74855-16376.jpg", imageAlt: "Emergency AC Repair Service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-condenser-investigations_482257-90985.jpg?_wi=1", imageAlt: "HVAC Maintenance Service" + imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-condenser-investigations_482257-90985.jpg", imageAlt: "HVAC Maintenance Service" } ]} autoplayDelay={5000} @@ -76,11 +76,11 @@ export default function LandingPage() { { value: "200+", title: "Satisfied Customers" }, { value: "24/7", title: "Emergency Service Available" } ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207747.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207747.jpg" imageAlt="Tayab HVAC Professional Team" useInvertedBackground={true} mediaAnimation="slide-up" - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -89,15 +89,15 @@ export default function LandingPage() { features={[ { id: "repair", title: "Emergency AC Repair", tags: ["24/7 Service", "Same-Day Response"], - imageSrc: "http://img.b2bpic.net/free-photo/focused-male-plant-engineer-hardhat-glasses-operating-industrial-machine-pushing-buttons-control-panel_74855-16376.jpg?_wi=2", imageAlt: "Emergency AC Repair Service" + imageSrc: "http://img.b2bpic.net/free-photo/focused-male-plant-engineer-hardhat-glasses-operating-industrial-machine-pushing-buttons-control-panel_74855-16376.jpg", imageAlt: "Emergency AC Repair Service" }, { id: "maintenance", title: "Preventative Maintenance", tags: ["Monthly Contracts", "Extended Warranty"], - imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-condenser-investigations_482257-90985.jpg?_wi=2", imageAlt: "HVAC Maintenance Plans" + imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-condenser-investigations_482257-90985.jpg", imageAlt: "HVAC Maintenance Plans" }, { id: "installation", title: "Professional Installation", tags: ["Latest Units", "Expert Setup"], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207747.jpg?_wi=2", imageAlt: "AC Installation Service" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207747.jpg", imageAlt: "AC Installation Service" } ]} animationType="slide-up" @@ -139,28 +139,22 @@ export default function LandingPage() {