Update src/app/page.tsx

This commit is contained in:
2026-01-06 17:13:00 +00:00
parent 57db2a3650
commit 7e29d9708a

View File

@@ -1,16 +1,16 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroLogo from "@/components/sections/hero/HeroLogo";
import TextAbout from "@/components/sections/about/TextAbout";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import MetricCardSix from "@/components/sections/metrics/MetricCardSix";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Heart, Award, Shield } from "lucide-react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import TextAbout from '@/components/sections/about/TextAbout';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Heart, Award, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -233,7 +233,7 @@ export default function LandingPage() {
{ label: "Accessibility", href: "#" }
]
}
]
]}
copyrightText="© 2025 Pleasure Co. | Premium Adult Wellness"
/>
</div>