Update src/app/about/page.tsx
This commit is contained in:
@@ -6,33 +6,28 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Sweet Temptation"
|
||||
/>
|
||||
@@ -45,16 +40,10 @@ export default function LandingPage() {
|
||||
title="Redefining Elegance"
|
||||
description="We believe that true confidence starts from within. Our collection is designed to empower you, blending luxury with comfort in every piece we create."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "Sourced from the finest fabrics for ultimate comfort.",
|
||||
},
|
||||
{
|
||||
title: "Empowered Design",
|
||||
description: "Crafted to make you feel as bold as you are.",
|
||||
},
|
||||
{ title: "Premium Materials", description: "Sourced from the finest fabrics for ultimate comfort." },
|
||||
{ title: "Empowered Design", description: "Crafted to make you feel as bold as you are." }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39wSE8YJoGda03bkKGOyyo2rjk4/elegant-woman-in-comfortable-luxury-loun-1774608752798-a1060f10.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_39wSE8YJoGda03bkKGOyyo2rjk4/elegant-woman-in-comfortable-luxury-loun-1774608752798-a1060f10.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,23 +51,11 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "/shop",
|
||||
},
|
||||
],
|
||||
title: "Shop", items: [{ label: "All Products", href: "/shop" }]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Support", items: [{ label: "Contact Us", href: "/contact" }]
|
||||
}
|
||||
]}
|
||||
logoText="Unleash Your Confidence"
|
||||
copyrightText="© 2025 | Unleash Your Confidence"
|
||||
|
||||
Reference in New Issue
Block a user