From 5ffafe29982f5cd77f54fd730d2109a77f2b0e37 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:42:00 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40618bc..b7d513d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroLogoBlock from '@/components/sections/hero/HeroLogoBlock'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; @@ -40,27 +40,24 @@ export default function LandingPage() {
-
-- 2.49.1 From d86e2f24eec517eccc65c676bec572528521a9dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:44:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7d513d..b388df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,10 @@ export default function LandingPage() { tagAnimation="slide-up" logos={[ { - src: "http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg?_wi=1", alt: "Oriental Massage logo" + src: "http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg?_wi=1", alt: "Serene luxury spa massage treatment room with calming ambiance" } ]} + mediaAnimation="opacity" buttons={[ { text: "Book Your Session", href: "#booking" @@ -160,4 +161,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1