9 Commits

Author SHA1 Message Date
9e35512603 Update src/app/page.tsx 2026-03-27 12:19:57 +00:00
9099269e4f Merge version_12 into main
Merge version_12 into main
2026-03-27 12:19:15 +00:00
38f809b15e Update src/app/page.tsx 2026-03-27 12:19:12 +00:00
c7343ba213 Merge version_12 into main
Merge version_12 into main
2026-03-27 12:18:59 +00:00
e6b4e61ea6 Update src/app/page.tsx 2026-03-27 12:18:56 +00:00
6b9c752d1c Merge version_12 into main
Merge version_12 into main
2026-03-27 12:18:44 +00:00
b6de34fe8f Update src/app/page.tsx 2026-03-27 12:18:38 +00:00
cf3735b613 Switch to version 12: modified src/app/page.tsx 2026-03-27 12:16:57 +00:00
8e641ebf97 Merge version_13 into main
Merge version_13 into main
2026-03-27 12:15:36 +00:00

View File

@@ -164,16 +164,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "S.S.", role: "Patient", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOr4rglD5fu7yVqGXlcOSYUkyu/uploaded-1774613915091-9iufm8n6.png"},
{
id: "2", name: "Jamila M.", role: "Patient", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-halal-outdoors_23-2150701565.jpg"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOr4rglD5fu7yVqGXlcOSYUkyu/uploaded-1774613923010-zjwelp9s.png"},
{
id: "3", name: "Mariam A.", role: "Patient", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-retired-man-with-chronic-disease-nursing-home_482257-27044.jpg"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOr4rglD5fu7yVqGXlcOSYUkyu/uploaded-1774613928682-37up2mva.png"},
{
id: "4", name: "Mohammed J.", role: "Patient", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-posing_23-2148018652.jpg"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOr4rglD5fu7yVqGXlcOSYUkyu/uploaded-1774613946816-12j8qyc1.png"},
{
id: "5", name: "Eman A.", role: "Patient", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-friends-reunited_23-2149165106.jpg"},
@@ -196,6 +196,9 @@ export default function LandingPage() {
buttons={[
{
text: "Call Now", href: "tel:44685444"
},
{
text: "Get Directions", href: "https://www.google.com/maps/place/Dr+Haitham+Jichi+Clinic+%D8%B9%D9%8A%D8%A7%D8%AF%D8%A9+%D8%A7%D9%84%D8%AF%D9%83%D8%AA%D9%88%D8%B1+%D9%87%D9%8A%D8%AB%D9%85+%D8%AC%D8%B4%D9%8A%E2%80%AD/@25.2506597,51.4741351,16z/data=!4m10!1m2!2m1!1sdentists+near+me!3m6!1s0x3e45db7bc6dc0449:0x5f9ac9e7f5f58699!8m2!3d25.2502813!4d51.483834!15sChBkZW50aXN0cyBuZWFyIG1lIgOQAQFaEiIQZGVudGlzdHMgbmVhciBtZZIBEGNvc21ldGljX2RlbnRpc3SaASNDaFpEU1VoTk1HOW5TMFZKUTBGblNVTkdMVnBIWVZWQkVBReABAPoBBAgAEEY!16s%2Fg%2F11f66by_5k?entry=ttu&g_ep=EgoyMDI2MDMxOC4xIKXMDSoASAFQAw%3D%3D"
}
]}
/>
@@ -244,4 +247,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}