Update src/app/page.tsx

This commit is contained in:
2026-05-09 19:18:29 +00:00
parent 129e73adde
commit 76bd9589b0

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>