Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 21:15:18 +00:00

View File

@@ -49,15 +49,15 @@ export default function LandingPage() {
background={{ variant: "circleGradient" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-researcher-working-with-lamp_23-2148925544.jpg", imageAlt: "Professional PC Repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-table_23-2148189995.jpg", imageAlt: "Expert Mac Repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-using-laptop-holding-hand_23-2148096526.jpg", imageAlt: "Premium Laptop Service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-table_23-2148189995.jpg?_wi=1", imageAlt: "Expert Mac Repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-using-laptop-holding-hand_23-2148096526.jpg?_wi=1", imageAlt: "Premium Laptop Service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-removing-screws-open-up-phone_23-2148254143.jpg", imageAlt: "Mobile Device Repair" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tools-workshop_329181-11873.jpg", imageAlt: "Razeen - Expert Technician" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tools-workshop_329181-11873.jpg?_wi=1", imageAlt: "Razeen - Expert Technician" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138515.jpg", imageAlt: "Luxury Repair Workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-table_23-2148189995.jpg", imageAlt: "Professional Mac Service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-using-laptop-holding-hand_23-2148096526.jpg", imageAlt: "Advanced Repair Technology" }
{ imageSrc: "http://img.b2bpic.net/free-photo/grey-laptop-table_23-2148189995.jpg?_wi=2", imageAlt: "Professional Mac Service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-man-using-laptop-holding-hand_23-2148096526.jpg?_wi=2", imageAlt: "Advanced Repair Technology" }
]}
buttons={[
{ text: "Book Repair Now", href: "contact" },
@@ -100,7 +100,7 @@ export default function LandingPage() {
{ icon: Zap, title: "Lightning-Fast Repairs", description: "Most issues resolved within 24-48 hours. Pickup and delivery included for your convenience." },
{ icon: Heart, title: "Customer-First Approach", description: "Your satisfaction is our priority. Professional communication and care throughout the repair process." }
]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-tools-workshop_329181-11873.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-tools-workshop_329181-11873.jpg?_wi=2"
imageAlt="Razeen - Expert Technician"
mediaAnimation="slide-up"
textboxLayout="default"