Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-21 13:15:05 +00:00

View File

@@ -3,14 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { CheckCircle, Sparkles, Home, ShoppingBag, MessageSquare, Info, Star, Mail } from "lucide-react";
import { CheckCircle, Home, Info, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -61,6 +60,7 @@ export default function LandingPage() {
icon={Info}
imageSrc="http://img.b2bpic.net/free-photo/luxury-minimalist-home-interior_23-2149133887.jpg"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -105,6 +105,7 @@ export default function LandingPage() {
{ text: "WhatsApp Order", href: "https://wa.me/" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>