2 Commits

Author SHA1 Message Date
7f4fe7b042 Update src/app/page.tsx 2026-04-30 14:49:59 +00:00
04b377b013 Update src/app/page.tsx 2026-04-30 14:49:35 +00:00

View File

@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Award, Shield, Sparkles, Users } from "lucide-react";
import { Award, Instagram, Shield, Sparkles, Twitter, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -38,8 +38,6 @@ export default function LandingPage() {
name: "Our Story", id: "about"},
{
name: "Collections", id: "products"},
{
name: "Blog", id: "blog"},
{
name: "Contact", id: "contact"},
]}
@@ -136,6 +134,12 @@ export default function LandingPage() {
id: "p2", name: "Signature Oxford", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/female-sketch-with-female-accessories-white-flowers-wooden-desk_23-2147856149.jpg?_wi=2"},
{
id: "p3", name: "Tailored Trousers", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/close-up-jacket-with-accesories_122409-41.jpg"},
{
id: "p4", name: "Silk Blend Scarf", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-as-greek-goddess_23-2150099204.jpg"},
{
id: "p5", name: "Lightweight Parka", price: "$240", imageSrc: "http://img.b2bpic.net/free-photo/follow-me-romantic-concept-young-woman-with-long-hair-outdoors-holding-her-boyfriend-s-hand_158538-1664.jpg"},
{
id: "p6", name: "Linen Wrap Skirt", price: "$145", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-blonde-rich-woman-with-banknotes-purse_23-2149668375.jpg"},
]}
title="Signature Essentials"
description="Curated pieces designed to elevate your everyday wardrobe."
@@ -166,14 +170,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Elena Ross", role: "Creative Director", testimonial: "Simply the best quality I've found.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-holding-eyeglasses-while-smiling-gray-background_114579-60199.jpg"},
{
id: "t2", name: "Marcus Chen", role: "Architect", testimonial: "Finally, a brand that gets it.", imageSrc: "http://img.b2bpic.net/free-photo/cool-girl-model-with-retro-film-camera-wearing-denim-jacket-dark-hair-outdoors-city-wall-cage-background-having-fun-city-with-camera-travel-photo-photographer_639032-2508.jpg"},
{
id: "t3", name: "Sarah J.", role: "Editor", testimonial: "Effortless, timeless, and chic.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021799.jpg"},
{
id: "t4", name: "David L.", role: "Entrepreneur", testimonial: "Built to last years, not seasons.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-queer-woman-posing-with-copy-space_23-2151177758.jpg"},
{
id: "t5", name: "Maya K.", role: "Designer", testimonial: "Love the minimalist philosophy.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-70937.jpg"},
]}
title="What They Say"
description="Hear from our community about their experience with Lumina."
@@ -181,7 +191,7 @@ export default function LandingPage() {
</div>
<div id="blog" data-section="blog">
<BlogCardThree
<BlogCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -192,25 +202,39 @@ export default function LandingPage() {
id: "b1", category: "Sustainability", title: "The Future of Conscious Fashion", excerpt: "Why circular fashion is changing everything.", imageSrc: "http://img.b2bpic.net/free-photo/glass-milk-pink-napkin_23-2148399033.jpg", authorName: "Lumina Team", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-lady-stylish-outfit-looks-with-proud-her-clothing-samples_197531-24018.jpg", date: "Oct 12, 2023"},
{
id: "b2", category: "Design", title: "Minimalist Principles", excerpt: "How less truly means more.", imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-looking-back_23-2148757545.jpg", authorName: "Lumina Team", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-holding-fan_23-2150043674.jpg", date: "Oct 15, 2023"},
{
id: "b3", category: "Style", title: "Capsule Wardrobes", excerpt: "Mastering the art of fewer pieces.", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg", authorName: "Lumina Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-yellow-scene-frame_23-2148184707.jpg", date: "Oct 20, 2023"},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
title="Inquiry Form"
description="Get in touch with our team for bespoke requests or wholesale inquiries."
tag="Contact Us"
background={{
variant: "plain"}}
title="Join the Inner Circle"
description="Subscribe for early access, behind-the-scenes content, and exclusive updates."
mediaAnimation="opacity"
mediaPosition="right"
tag="Stay Connected"
imageSrc="http://img.b2bpic.net/free-photo/woman-preparing-thread-face-mask_23-2148614631.jpg"
imageAlt="Woman preparing thread for face mask"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterCard
logoText="Lumina"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
copyrightText="© 2025 Lumina Label. All rights reserved."
socialLinks={[
{
icon: Instagram,
href: "#", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "#", ariaLabel: "Twitter"},
]}
/>
</div>
</ReactLenis>