From 84f1d9ed547fb16c07120e299551a23c80a1220e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 07:20:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 ++++++++--------------------------------------- 1 file changed, 35 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e96c40..7f192a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -33,264 +34,113 @@ export default function LandingPage() {
+
+ +
+
@@ -300,13 +150,9 @@ export default function LandingPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ugu5n6" logoAlt="Mouda Palace Logo" logoText="Mouda Palace" - leftLink={{ - text: "Privacy Policy", href: "#"}} - rightLink={{ - text: "Terms of Service", href: "#"}} /> ); -} +} \ No newline at end of file -- 2.49.1