Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 07:48:43 +00:00

View File

@@ -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() {
<ContactText
text="Get in touch with us for product inquiries, bulk orders, or any questions about our dental supply services. We're located in Mirpur and serve all of Dhaka."
animationType="background-highlight"
background={{ variant: "radial-gradient" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
buttons={[{ text: "Contact Information", href: "#footer" }]}
/>