Update src/app/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ const page = () => {
|
||||
{ text: "Learn More", href: "#why-choose-us" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="/placeholders/placeholder5.jpg"
|
||||
imageSrc="/placeholders/placeholder5.jpg?_wi=1"
|
||||
imageAlt="Dental care background"
|
||||
/>
|
||||
</div>
|
||||
@@ -55,7 +55,7 @@ const page = () => {
|
||||
title="Why Choose EXPERT DENTAL CARE"
|
||||
description="We are committed to providing the highest quality dental care with a focus on patient comfort and satisfaction. Our team of experienced professionals uses the latest technology to ensure the best outcomes."
|
||||
tag="About Us"
|
||||
imageSrc="/placeholders/placeholder5.jpg"
|
||||
imageSrc="/placeholders/placeholder5.jpg?_wi=2"
|
||||
imageAlt="Our dental clinic"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#services" },
|
||||
@@ -69,13 +69,13 @@ const page = () => {
|
||||
<FeatureCardTwentySeven
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Teeth Cleaning", description: "Professional teeth cleaning to remove plaque and tartar, keeping your teeth healthy and bright.", imageSrc: "/placeholders/placeholder5.jpg", imageAlt: "Teeth cleaning service"},
|
||||
id: "1", title: "Teeth Cleaning", description: "Professional teeth cleaning to remove plaque and tartar, keeping your teeth healthy and bright.", imageSrc: "/placeholders/placeholder5.jpg?_wi=3", imageAlt: "Teeth cleaning service"},
|
||||
{
|
||||
id: "2", title: "Dental Implants", description: "Advanced dental implant solutions to replace missing teeth with natural-looking results.", imageSrc: "/placeholders/placeholder5.jpg", imageAlt: "Dental implants service"},
|
||||
id: "2", title: "Dental Implants", description: "Advanced dental implant solutions to replace missing teeth with natural-looking results.", imageSrc: "/placeholders/placeholder5.jpg?_wi=4", imageAlt: "Dental implants service"},
|
||||
{
|
||||
id: "3", title: "Teeth Whitening", description: "Safe and effective teeth whitening treatments to achieve a brighter, more confident smile.", imageSrc: "/placeholders/placeholder5.jpg", imageAlt: "Teeth whitening service"},
|
||||
id: "3", title: "Teeth Whitening", description: "Safe and effective teeth whitening treatments to achieve a brighter, more confident smile.", imageSrc: "/placeholders/placeholder5.jpg?_wi=5", imageAlt: "Teeth whitening service"},
|
||||
{
|
||||
id: "4", title: "Root Canal Treatment", description: "Expert root canal treatment to save your tooth and relieve pain from infection.", imageSrc: "/placeholders/placeholder5.jpg", imageAlt: "Root canal treatment"},
|
||||
id: "4", title: "Root Canal Treatment", description: "Expert root canal treatment to save your tooth and relieve pain from infection.", imageSrc: "/placeholders/placeholder5.jpg?_wi=6", imageAlt: "Root canal treatment"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user