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