Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-03 18:53:02 +00:00

View File

@@ -2,14 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import { Diamond, ShieldCheck, Sparkles } from "lucide-react";
import { Diamond, Sparkles, ShieldCheck } from 'lucide-react';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -28,31 +27,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "Lookbook",
id: "/lookbook",
},
name: "Lookbook", id: "/lookbook"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="LAMA"
button={{
text: "Cart",
href: "/cart",
}}
text: "Cart", href: "/cart"}}
animateOnLoad={true}
/>
</div>
@@ -62,15 +49,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Our Story: The Genesis of LAMA",
},
type: "text", content: "Our Story: The Genesis of LAMA"},
]}
buttons={[
{
text: "Explore Our History",
href: "#",
},
text: "Explore Our History", href: "#"},
]}
/>
</div>
@@ -83,19 +66,13 @@ export default function LandingPage() {
features={[
{
icon: Diamond,
title: "Unrivaled Quality",
description: "We source the finest materials and employ exquisite techniques to ensure every garment is a masterpiece.",
},
title: "Unrivaled Quality", description: "We source the finest materials and employ exquisite techniques to ensure every garment is a masterpiece."},
{
icon: Sparkles,
title: "Innovative Design",
description: "Pushing the boundaries of fashion with creative designs that are both modern and timeless.",
},
title: "Innovative Design", description: "Pushing the boundaries of fashion with creative designs that are both modern and timeless."},
{
icon: ShieldCheck,
title: "Ethical Luxury",
description: "Committed to sustainable practices and ethical production, for luxury with a conscience.",
},
title: "Ethical Luxury", description: "Committed to sustainable practices and ethical production, for luxury with a conscience."},
]}
title="Our Vision & Values"
description="At LAMA, we are driven by a commitment to excellence, innovation, and an unwavering passion for artistry. Our values guide every creation, ensuring uncompromising quality."
@@ -104,124 +81,22 @@ export default function LandingPage() {
<div id="about-team" data-section="about-team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{
id: "team-1",
name: "Evelyn Thorne",
role: "Chief Creative Officer",
description: "Evelyn leads the artistic direction, blending classic elegance with modern innovation.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg",
imageAlt: "Evelyn Thorne, Chief Creative Officer",
},
id: "team-1", name: "Evelyn Thorne", role: "Chief Creative Officer", description: "Evelyn leads the artistic direction, blending classic elegance with modern innovation.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg", imageAlt: "Evelyn Thorne, Chief Creative Officer"},
{
id: "team-2",
name: "Alistair Finch",
role: "Head of Design",
description: "Alistair meticulously crafts each collection, ensuring precision and exquisite detail.",
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-drinking-coffee-her-office_197531-24046.jpg",
imageAlt: "Alistair Finch, Head of Design",
},
id: "team-2", name: "Alistair Finch", role: "Head of Design", description: "Alistair meticulously crafts each collection, ensuring precision and exquisite detail.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-drinking-coffee-her-office_197531-24046.jpg", imageAlt: "Alistair Finch, Head of Design"},
{
id: "team-3",
name: "Seraphina Vance",
role: "Brand Strategist",
description: "Seraphina defines LAMA's market presence, communicating our luxury narrative globally.",
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-with-laptop_23-2148924058.jpg",
imageAlt: "Seraphina Vance, Brand Strategist",
},
id: "team-3", name: "Seraphina Vance", role: "Brand Strategist", description: "Seraphina defines LAMA's market presence, communicating our luxury narrative globally.", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-with-laptop_23-2148924058.jpg", imageAlt: "Seraphina Vance, Brand Strategist"},
]}
title="Meet the Visionaries"
description="Behind every LAMA collection is a dedicated team of designers, artisans, and visionaries, committed to bringing our luxury aesthetic to life."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="LAMA"
columns={[
{
title: "Shop",
items: [
{
label: "New Arrivals",
href: "/shop",
},
{
label: "Women",
href: "/shop#women",
},
{
label: "Men",
href: "/shop#men",
},
{
label: "Accessories",
href: "/shop#accessories",
},
],
},
{
title: "About",
items: [
{
label: "Our Story",
href: "/about",
},
{
label: "Craftsmanship",
href: "/about#craftsmanship",
},
{
label: "Careers",
href: "/about#careers",
},
],
},
{
title: "Customer Service",
items: [
{
label: "Contact Us",
href: "/contact",
},
{
label: "FAQs",
href: "/contact#faq",
},
{
label: "Shipping & Returns",
href: "#",
},
{
label: "Order Tracking",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
{
label: "Cookie Policy",
href: "#",
},
],
},
]}
copyrightText="© 2024 LAMA. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);