Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import TextAbout from "@/components/sections/about/TextAbout";
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import MetricCardSix from "@/components/sections/metrics/MetricCardSix";
|
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
|
||||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { Heart, Award, Shield } from "lucide-react";
|
import { Heart, Award, Shield } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
|||||||
{ label: "Accessibility", href: "#" }
|
{ label: "Accessibility", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
copyrightText="© 2025 Pleasure Co. | Premium Adult Wellness"
|
copyrightText="© 2025 Pleasure Co. | Premium Adult Wellness"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user