Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-03 12:54:36 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -56,17 +56,17 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Modern dental office interior"},
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=1", imageAlt: "Modern dental office interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Patient comfort in chair"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=1", imageAlt: "Patient comfort in chair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Advanced dental technology"},
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=2", imageAlt: "Advanced dental technology"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Friendly dental care service"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=2", imageAlt: "Friendly dental care service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Hygienic dental instruments"},
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=3", imageAlt: "Hygienic dental instruments"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Bright dental clinic atmosphere"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=3", imageAlt: "Bright dental clinic atmosphere"},
]}
/>
</div>
@@ -95,7 +95,7 @@ export default function LandingPage() {
features={[
{
id: "f1", title: "Modern Equipment", description: "State-of-the-art dental technology ensuring high precision and efficiency.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Technology"},
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=4", imageAlt: "Technology"},
items: [
{
icon: Zap,
@@ -166,9 +166,9 @@ export default function LandingPage() {
description="Professional home care solutions."
products={[
{
id: "p1", name: "Whitening Kit", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg"},
id: "p1", name: "Whitening Kit", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=5"},
{
id: "p2", name: "Dental Floss Pack", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg"},
id: "p2", name: "Dental Floss Pack", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=4"},
]}
/>
</div>

View File

@@ -46,19 +46,19 @@ export default function ServicesPage() {
features={[
{
id: "s1", title: "Teeth Cleaning", description: "Professional hygiene for your smile.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Cleaning"},
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=6", imageAlt: "Cleaning"},
items: [],
reverse: false,
},
{
id: "s2", title: "Teeth Whitening", description: "Brighten your smile today.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Whitening"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=5", imageAlt: "Whitening"},
items: [],
reverse: true,
},
{
id: "s3", title: "Implants & Braces", description: "Advanced orthodontics care.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Implants"},
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=7", imageAlt: "Implants"},
items: [],
reverse: false,
},