diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b7d4a8..b8c3144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -45,18 +45,18 @@ export default function LandingPage() { tag="Local Mobile Experts" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/pro-uses-special-plastic-opener-unclip-electronic-cord-from-motherboard-gadget-repairing-fixing-service-lab_346278-1782.jpg?_wi=1", imageAlt: "Professional phone repair service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphone-scene_23-2151500074.jpg?_wi=1", imageAlt: "Screen replacement technician" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-view-master-uses-pincher-tool-remove-sim-card-slot-from-smart-phone-while-disassembling-it_346278-1186.jpg?_wi=1", imageAlt: "Software update service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722709.jpg?_wi=1", imageAlt: "Mobile accessories display" } + { imageSrc: "http://img.b2bpic.net/free-photo/pro-uses-special-plastic-opener-unclip-electronic-cord-from-motherboard-gadget-repairing-fixing-service-lab_346278-1782.jpg", imageAlt: "Professional phone repair service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphone-scene_23-2151500074.jpg", imageAlt: "Screen replacement technician" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-view-master-uses-pincher-tool-remove-sim-card-slot-from-smart-phone-while-disassembling-it_346278-1186.jpg", imageAlt: "Software update service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722709.jpg", imageAlt: "Mobile accessories display" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-c-charging_58702-4549.jpg?_wi=1", imageAlt: "Quality phone charger" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-black-top-listening-music-earphones-posing-isolated-white_285396-10561.jpg?_wi=1", imageAlt: "Premium earphones" }, - { imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-330.jpg?_wi=1", imageAlt: "Protective phone cover" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hi-followers-hispanic-young-man-with-computer-hobby-recording-live-stream-tech-tutorial-his-subscribers_662251-212.jpg?_wi=1", imageAlt: "Our mobile repair shop" } + { imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-c-charging_58702-4549.jpg", imageAlt: "Quality phone charger" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-black-top-listening-music-earphones-posing-isolated-white_285396-10561.jpg", imageAlt: "Premium earphones" }, + { imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-330.jpg", imageAlt: "Protective phone cover" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hi-followers-hispanic-young-man-with-computer-hobby-recording-live-stream-tech-tutorial-his-subscribers_662251-212.jpg", imageAlt: "Our mobile repair shop" } ]} buttons={[ { text: "Visit Our Shop", href: "#contact" }, @@ -91,13 +91,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Screen Replacement", description: "Professional LCD and glass screen replacement for all phone models. We use quality parts and expert techniques to restore your display.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphone-scene_23-2151500074.jpg?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pro-uses-special-plastic-opener-unclip-electronic-cord-from-motherboard-gadget-repairing-fixing-service-lab_346278-1782.jpg?_wi=2" } + title: "Screen Replacement", description: "Professional LCD and glass screen replacement for all phone models. We use quality parts and expert techniques to restore your display.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/destruction-smartphone-scene_23-2151500074.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pro-uses-special-plastic-opener-unclip-electronic-cord-from-motherboard-gadget-repairing-fixing-service-lab_346278-1782.jpg" } }, { id: 2, - title: "Software Updates & Troubleshooting", description: "Keep your phone running smoothly with software updates, OS installations, and technical troubleshooting for all issues.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-view-master-uses-pincher-tool-remove-sim-card-slot-from-smart-phone-while-disassembling-it_346278-1186.jpg?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hi-followers-hispanic-young-man-with-computer-hobby-recording-live-stream-tech-tutorial-his-subscribers_662251-212.jpg?_wi=2" } + title: "Software Updates & Troubleshooting", description: "Keep your phone running smoothly with software updates, OS installations, and technical troubleshooting for all issues.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-view-master-uses-pincher-tool-remove-sim-card-slot-from-smart-phone-while-disassembling-it_346278-1186.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hi-followers-hispanic-young-man-with-computer-hobby-recording-live-stream-tech-tutorial-his-subscribers_662251-212.jpg" } } ]} showStepNumbers={true} @@ -115,9 +115,9 @@ export default function LandingPage() { tagIcon={Package} tagAnimation="slide-up" products={[ - { id: "1", name: "Fast Charging Adapter", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-c-charging_58702-4549.jpg?_wi=2", imageAlt: "Quality USB fast charging adapter" }, - { id: "2", name: "Premium Earphones", price: "₹799", imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-black-top-listening-music-earphones-posing-isolated-white_285396-10561.jpg?_wi=2", imageAlt: "Wireless Bluetooth earphones" }, - { id: "3", name: "Protective Phone Cover", price: "₹299", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-330.jpg?_wi=2", imageAlt: "Durable protective phone case" } + { id: "1", name: "Fast Charging Adapter", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/blue-cell-phone-connected-usb-cable-type-c-charging_58702-4549.jpg", imageAlt: "Quality USB fast charging adapter" }, + { id: "2", name: "Premium Earphones", price: "₹799", imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-black-top-listening-music-earphones-posing-isolated-white_285396-10561.jpg", imageAlt: "Wireless Bluetooth earphones" }, + { id: "3", name: "Protective Phone Cover", price: "₹299", imageSrc: "http://img.b2bpic.net/free-vector/mobile-phone-case-design_1175-330.jpg", imageAlt: "Durable protective phone case" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -144,8 +144,8 @@ export default function LandingPage() { title="Visit Our Shop" description="Find us in the heart of Dobbaspet. Easy access and convenient parking for all your mobile repair needs." metrics={[ - { id: "1", value: "Dobbaspet", title: "Location", description: "Karnataka, India - Local Mobile Experts", imageSrc: "http://img.b2bpic.net/free-photo/hi-followers-hispanic-young-man-with-computer-hobby-recording-live-stream-tech-tutorial-his-subscribers_662251-212.jpg?_wi=3", imageAlt: "Our mobile repair shop" }, - { id: "2", value: "Mon-Sun", title: "Working Hours", description: "9:00 AM - 7:00 PM - Open Daily", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722709.jpg?_wi=2", imageAlt: "Mobile accessories display" } + { id: "1", value: "Dobbaspet", title: "Location", description: "Karnataka, India - Local Mobile Experts", imageSrc: "http://img.b2bpic.net/free-photo/hi-followers-hispanic-young-man-with-computer-hobby-recording-live-stream-tech-tutorial-his-subscribers_662251-212.jpg", imageAlt: "Our mobile repair shop" }, + { id: "2", value: "Mon-Sun", title: "Working Hours", description: "9:00 AM - 7:00 PM - Open Daily", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722709.jpg", imageAlt: "Mobile accessories display" } ]} animationType="slide-up" textboxLayout="default"