diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f34c6e4..c537785 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -52,62 +40,27 @@ export default function LandingPage() { title="Beautiful In Your Skin" description="We believe lingerie is more than apparel; it’s an extension of your self-love. Every piece at Sweet Temptation is crafted to empower your spirit and celebrate your natural beauty." bulletPoints={[ - { - title: "Empowered Design", - description: "Lingerie that builds confidence.", - }, - { - title: "Luxury Quality", - description: "Sustainable, soft, premium materials.", - }, - { - title: "Inclusive Fit", - description: "Sizes that embrace every curve.", - }, + { title: "Empowered Design", description: "Lingerie that builds confidence." }, + { title: "Luxury Quality", description: "Sustainable, soft, premium materials." }, + { title: "Inclusive Fit", description: "Sizes that embrace every curve." }, ]} imageSrc="https://pixabay.com/get/g80327732060e1ee186f36e7bf436725591c9c7546ff02d97968bfbf2455a4f8ab712a0850b9334e20989bdb6ac62180f8fedc4fa7119d254ed471b37cc71f4c0_1280.jpg" mediaAnimation="blur-reveal" - videoSrc="https://example.com/about-video.mp4" /> ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 156cd82..c7ae134 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,22 +24,10 @@ export default function LandingPage() {