Update src/app/page.tsx

This commit is contained in:
2026-04-03 12:54:32 +00:00
parent 2995db0d47
commit be864aee83

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>