diff --git a/src/app/page.tsx b/src/app/page.tsx
index 716a7be..16199a9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,4 +1,4 @@
-"use client";
+"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -46,8 +46,8 @@ export default function LandingPage() {
{ text: "Book an Appointment", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
- background={{ variant: "sparkles-gradient" }}
- imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-woman-model-with-fresh-daily-makeup-red-lips-touching-her-head_158538-7814.jpg"
+ background={{ variant: "grid" }}
+ imageSrc="http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118169.jpg"
imageAlt="Radiant, glowing, healthy skin"
mediaAnimation="slide-up"
frameStyle="card"
@@ -58,7 +58,7 @@ export default function LandingPage() {
@@ -147,12 +147,12 @@ export default function LandingPage() {
rating={5}
author="Mehreen M. - Satisfied Client"
avatars={[
- { src: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-with-sunglasses_23-2148603032.jpg", alt: "Mehreen M." },
- { src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Dr. Fazal Abbas" },
- { src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", alt: "Tayyab K." }
+ { src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-living-room_329181-2677.jpg", alt: "Mehreen M." },
+ { src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1597.jpg", alt: "Dr. Fazal Abbas" },
+ { src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1617.jpg", alt: "Tayyab K." }
]}
ratingAnimation="slide-up"
- avatarsAnimation="opacity"
+ avatarsAnimation="blur-reveal"
useInvertedBackground={false}
/>
@@ -184,4 +184,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file