Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-05-09 19:18:33 +00:00

View File

@@ -12,7 +12,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Droplets, Sun, ThumbsUp } from "lucide-react";
export default function LandingPage() {
return (
@@ -111,7 +110,6 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
title="Loved by Our Community"
@@ -142,6 +140,7 @@ export default function LandingPage() {
description="Sign up for exclusive offers and news from Charab USA."
buttons={[{ text: "Sign Up" }]}
useInvertedBackground={true}
background={{ variant: "plain" }}
/>
</div>