Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,16 +8,29 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<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>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" }
|
||||
]}
|
||||
brandName="Salon Karim"
|
||||
/>
|
||||
<div id="about-header">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" }
|
||||
]}
|
||||
brandName="Salon Karim"
|
||||
/>
|
||||
</div>
|
||||
<div id="about-header" data-section="about-header">
|
||||
<MediaAbout
|
||||
title="Our Story"
|
||||
description="Discover the passion and dedication that defines Salon Karim. We are committed to redefining grooming excellence."
|
||||
@@ -37,13 +50,15 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg"
|
||||
logoText="Salon Karim"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }] }
|
||||
]}
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg"
|
||||
logoText="Salon Karim"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user