diff --git a/src/app/page.tsx b/src/app/page.tsx
index 73e61e7..da4e06d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
return (
@@ -28,14 +27,10 @@ export default function LandingPage() {
@@ -43,59 +38,36 @@ export default function LandingPage() {
@@ -116,21 +88,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Client One", handle: "@lvvisitor", testimonial: "Saul is an artist. I got a skin fade and a beard trim in my hotel room and it looked better than any shop I’ve been to in years.", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/customer-after-a-fresh-haircut-looking-s-1774868436875-14fe7aea.png"},
- {
- id: "2", name: "Client Two", handle: "@venetian-guest", testimonial: "I needed a last-minute cut for a wedding. Saul came right to my room at the Venetian, was perfectly on time... It saved me so much time.", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/happy-customer-at-a-luxury-hotel-fresh-f-1774868445278-82410009.png"},
- {
- id: "3", name: "Client Three", handle: "@strip-regular", testimonial: "Unbelievably fast but precise. He finished a full fade and shave in about 30 minutes... Best mobile service in Vegas.", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/professional-customer-with-a-clean-beard-1774868438777-ec470e87.png"},
- {
- id: "4", name: "Client Four", handle: "@lasvegas-local", testimonial: "Exceptional service, true convenience. Saul is the only barber I trust when I'm in town.", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/sharp-fade-haircut-portrait-in-a-dark-lu-1774868441824-02bbe7ca.png"},
- {
- id: "5", name: "Client Five", handle: "@high-roller", testimonial: "The absolute pinnacle of luxury barber service. Impeccable.", rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/professional-barber-in-a-high-end-dark-m-1774868438206-01ba7288.png"},
+ { id: "1", name: "Client One", handle: "@lvvisitor", testimonial: "Saul is an artist. I got a skin fade and a beard trim in my hotel room and it looked better than any shop I’ve been to in years.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/customer-after-a-fresh-haircut-looking-s-1774868436875-14fe7aea.png" },
+ { id: "2", name: "Client Two", handle: "@venetian-guest", testimonial: "I needed a last-minute cut for a wedding. Saul came right to my room at the Venetian, was perfectly on time... It saved me so much time.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/happy-customer-at-a-luxury-hotel-fresh-f-1774868445278-82410009.png" },
+ { id: "3", name: "Client Three", handle: "@strip-regular", testimonial: "Unbelievably fast but precise. He finished a full fade and shave in about 30 minutes... Best mobile service in Vegas.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/professional-customer-with-a-clean-beard-1774868438777-ec470e87.png" },
+ { id: "4", name: "Client Four", handle: "@lasvegas-local", testimonial: "Exceptional service, true convenience. Saul is the only barber I trust when I'm in town.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/sharp-fade-haircut-portrait-in-a-dark-lu-1774868441824-02bbe7ca.png" },
+ { id: "5", name: "Client Five", handle: "@high-roller", testimonial: "The absolute pinnacle of luxury barber service. Impeccable.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bf7hXStzGAu42aJary4bqGHrBp/professional-barber-in-a-high-end-dark-m-1774868438206-01ba7288.png" }
]}
showRating={true}
title="Client Reviews"
@@ -141,36 +103,11 @@ export default function LandingPage() {
-
-
-
-
@@ -178,10 +115,8 @@ export default function LandingPage() {