From 85cc1df258d2acc1794a2a11d3c49b3db50f7fff Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:48:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59a2560..81229eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { tag="Premium Dental Supplies" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727695.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727695.jpg" imageAlt="Modern dental clinic with professional equipment and clean workspace" buttons={[ { text: "Call Now: 01335-184168", href: "tel:01335-184168" }, @@ -67,9 +67,9 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Dental Instruments", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg?_wi=1", imageAlt: "Professional dental instruments and tools"}, + id: "1", name: "Dental Instruments", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg", imageAlt: "Professional dental instruments and tools"}, { - id: "2", name: "Dental Materials", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-dental-equipment_23-2149164289.jpg?_wi=1", imageAlt: "High-quality dental materials and supplies"}, + id: "2", name: "Dental Materials", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-dental-equipment_23-2149164289.jpg", imageAlt: "High-quality dental materials and supplies"}, { id: "3", name: "Dental Lab Equipment", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/jar-cotton-rolls-orthodontic-instruments-dental-procedure_651396-3108.jpg", imageAlt: "Professional dental laboratory equipment"}, ]} @@ -91,13 +91,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Trusted by Local Dentists", description: "4.4-star Google rating with proven track record of excellence in dental supply distribution across Dhaka.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727695.jpg?_wi=2", imageAlt: "Dental Clinic - Phone 1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727695.jpg?_wi=3", imageAlt: "Dental Clinic - Phone 2" }, + title: "Trusted by Local Dentists", description: "4.4-star Google rating with proven track record of excellence in dental supply distribution across Dhaka.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727695.jpg", imageAlt: "Dental Clinic - Phone 1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727695.jpg", imageAlt: "Dental Clinic - Phone 2" }, }, { id: 2, - title: "Wide Range of Supplies", description: "Complete inventory of dental instruments, materials, equipment, and consumables for clinics and laboratories.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg?_wi=2", imageAlt: "Dental Instruments - Phone 1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-dental-equipment_23-2149164289.jpg?_wi=2", imageAlt: "Dental Materials - Phone 2" }, + title: "Wide Range of Supplies", description: "Complete inventory of dental instruments, materials, equipment, and consumables for clinics and laboratories.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg", imageAlt: "Dental Instruments - Phone 1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-dental-equipment_23-2149164289.jpg", imageAlt: "Dental Materials - Phone 2" }, }, ]} showStepNumbers={false} @@ -190,7 +190,7 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727695.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/office-with-face-mask-disinfectant_23-2148727695.jpg" imageAlt="Dent Fiftytwo dental supply store professional environment" imagePosition="right" mediaAnimation="slide-up" @@ -242,7 +242,7 @@ export default function LandingPage() { -- 2.49.1