Update src/app/page.tsx
This commit is contained in:
@@ -75,7 +75,6 @@ export default function LandingPage() {
|
||||
{ text: "Book Appointment Now", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
titleClassName="text-foreground font-extrabold leading-tight"
|
||||
containerClassName="py-20 px-4"
|
||||
/>
|
||||
</div>
|
||||
@@ -129,7 +128,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[]}
|
||||
buttonAnimation="none"
|
||||
titleClassName="text-foreground font-extrabold"
|
||||
descriptionClassName="text-foreground/80"
|
||||
/>
|
||||
</div>
|
||||
@@ -148,7 +146,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Patel", role: "Father", company: "Local Businessman", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg?_wi=1", imageAlt: "Portrait of Rajesh Patel"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg", imageAlt: "Portrait of Rajesh Patel"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Homemaker", company: "Wadala Resident", rating: 5,
|
||||
@@ -156,7 +154,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Desai", role: "IT Professional", company: "Tech Company", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg?_wi=2", imageAlt: "Portrait of Amit Desai"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149915892.jpg", imageAlt: "Portrait of Amit Desai"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sneha Kulkarni", role: "Working Mother", company: "Finance Sector", rating: 5,
|
||||
@@ -171,7 +169,6 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", imageAlt: "Portrait of Anaya Gupta"
|
||||
}
|
||||
]}
|
||||
titleClassName="text-foreground font-extrabold"
|
||||
descriptionClassName="text-foreground/80"
|
||||
/>
|
||||
</div>
|
||||
@@ -192,7 +189,6 @@ export default function LandingPage() {
|
||||
{ id: "3", icon: Briefcase, title: "Experience", value: "10+ Years" },
|
||||
{ id: "4", icon: Heart, title: "Patient Care", value: "100% Committed" }
|
||||
]}
|
||||
titleClassName="text-foreground font-extrabold"
|
||||
descriptionClassName="text-foreground/80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user