Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
219
src/app/page.tsx
219
src/app/page.tsx
@@ -10,6 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Zap, Shield, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
},
|
||||
{
|
||||
name: "Craftsmanship",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Stories",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Newsletter",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Shop", id: "shop" },
|
||||
{ name: "Craftsmanship", id: "about" },
|
||||
{ name: "Stories", id: "testimonials" },
|
||||
{ name: "Newsletter", id: "contact" },
|
||||
]}
|
||||
brandName="Redemption"
|
||||
/>
|
||||
@@ -55,70 +44,20 @@ export default function LandingPage() {
|
||||
title="Redemption: Timeless Craftsmanship"
|
||||
description="Apparel designed for the enduring spirit. Experience the fusion of heritage and modernity in every stitch."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alexr",
|
||||
testimonial: "The quality of the material is unparalleled. Redemption is my go-to.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-walking-outside_23-2148757555.jpg?_wi=1",
|
||||
imageAlt: "clothing brand luxury photography",
|
||||
},
|
||||
{
|
||||
name: "Jamie L.",
|
||||
handle: "@jamiel",
|
||||
testimonial: "Sophisticated designs that stand the test of time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg?_wi=1",
|
||||
imageAlt: "clothing brand luxury photography",
|
||||
},
|
||||
{
|
||||
name: "Morgan S.",
|
||||
handle: "@morgans",
|
||||
testimonial: "Perfect fit, every single time. Truly a refined experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg?_wi=1",
|
||||
imageAlt: "clothing brand luxury photography",
|
||||
},
|
||||
{
|
||||
name: "Casey T.",
|
||||
handle: "@caseyt",
|
||||
testimonial: "Finally found a brand that values substance over trends.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg?_wi=1",
|
||||
imageAlt: "clothing brand luxury photography",
|
||||
},
|
||||
{
|
||||
name: "Riley P.",
|
||||
handle: "@rileyp",
|
||||
testimonial: "Simply the best wardrobe essentials I own.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg?_wi=1",
|
||||
imageAlt: "clothing brand luxury photography",
|
||||
},
|
||||
{ name: "Alex R.", handle: "@alexr", testimonial: "The quality of the material is unparalleled. Redemption is my go-to.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-walking-outside_23-2148757555.jpg", imageAlt: "clothing brand luxury photography" },
|
||||
{ name: "Jamie L.", handle: "@jamiel", testimonial: "Sophisticated designs that stand the test of time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg", imageAlt: "clothing brand luxury photography" },
|
||||
{ name: "Morgan S.", handle: "@morgans", testimonial: "Perfect fit, every single time. Truly a refined experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg", imageAlt: "clothing brand luxury photography" },
|
||||
{ name: "Casey T.", handle: "@caseyt", testimonial: "Finally found a brand that values substance over trends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg", imageAlt: "clothing brand luxury photography" },
|
||||
{ name: "Riley P.", handle: "@rileyp", testimonial: "Simply the best wardrobe essentials I own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg", imageAlt: "clothing brand luxury photography" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/non-binary-person-walking-outside_23-2148757555.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/non-binary-person-walking-outside_23-2148757555.jpg"
|
||||
imageAlt="Model wearing Redemption clothing collection"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-self-confident-blonde-woman-white-blouse-brown-pants-reads-newspaper-poses-dark-corridor_197531-23198.jpg",
|
||||
alt: "Elegant self-confident blonde woman in white blouse",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-wearing-high-fashion-clothing_23-2151914168.jpg",
|
||||
alt: "People wearing high fashion clothing",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-woman-holding-her-hat-down_23-2148448803.jpg",
|
||||
alt: "Fashionable woman holding her hat down",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830379.jpg",
|
||||
alt: "Young man portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478971.jpg",
|
||||
alt: "Still life of spring wardrobe",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/elegant-self-confident-blonde-woman-white-blouse-brown-pants-reads-newspaper-poses-dark-corridor_197531-23198.jpg", alt: "Elegant self-confident blonde woman in white blouse" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-wearing-high-fashion-clothing_23-2151914168.jpg", alt: "People wearing high fashion clothing" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fashionable-woman-holding-her-hat-down_23-2148448803.jpg", alt: "Fashionable woman holding her hat down" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-portrait_23-2148830379.jpg", alt: "Young man portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478971.jpg", alt: "Still life of spring wardrobe" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,21 +69,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "25+",
|
||||
description: "Countries Served",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Sustainable Cotton",
|
||||
},
|
||||
{ id: "m1", value: "10k+", description: "Happy Customers" },
|
||||
{ id: "m2", value: "25+", description: "Countries Served" },
|
||||
{ id: "m3", value: "100%", description: "Sustainable Cotton" },
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Evidence of commitment to excellence."
|
||||
@@ -158,42 +85,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Jacket",
|
||||
price: "$295",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Classic Linen Shirt",
|
||||
price: "$125",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Evening Slip Dress",
|
||||
price: "$340",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Essential Hoodie",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tailored Trousers",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-big-pants-weight-loss-concept_1328-3284.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Cashmere Knit",
|
||||
price: "$220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-winter-city_1157-17463.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Signature Jacket", price: "$295", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg" },
|
||||
{ id: "p2", name: "Classic Linen Shirt", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg" },
|
||||
{ id: "p3", name: "Evening Slip Dress", price: "$340", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg" },
|
||||
{ id: "p4", name: "Essential Hoodie", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg" },
|
||||
{ id: "p5", name: "Tailored Trousers", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/woman-big-pants-weight-loss-concept_1328-3284.jpg" },
|
||||
{ id: "p6", name: "Cashmere Knit", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/girl-winter-city_1157-17463.jpg" },
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our latest season arrivals."
|
||||
@@ -206,18 +103,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisanal Sourcing",
|
||||
description: "Only the finest raw materials selected globally.",
|
||||
},
|
||||
{
|
||||
title: "Ethical Production",
|
||||
description: "Fair wages and safe environments in every studio.",
|
||||
},
|
||||
{
|
||||
title: "Enduring Design",
|
||||
description: "Timeless silhouettes designed to last generations.",
|
||||
},
|
||||
{ title: "Artisanal Sourcing", description: "Only the finest raw materials selected globally.", icon: Zap },
|
||||
{ title: "Ethical Production", description: "Fair wages and safe environments in every studio.", icon: Shield },
|
||||
{ title: "Enduring Design", description: "Timeless silhouettes designed to last generations.", icon: Sparkles },
|
||||
]}
|
||||
title="Crafted with Purpose"
|
||||
description="We believe clothing should be an investment in yourself."
|
||||
@@ -230,46 +118,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena M.",
|
||||
handle: "@elena",
|
||||
testimonial: "The fabrics are so soft and durable. Redemption is a lifestyle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-shopper-street_23-2147652063.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus B.",
|
||||
handle: "@marcusb",
|
||||
testimonial: "Finally, a brand that gets fit right every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148773538.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "I love the minimalist aesthetic. Perfect for my capsule wardrobe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-work_23-2148740359.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Exceptional quality and fast shipping. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-holding-camera-photo-art-concept_23-2148565465.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe W.",
|
||||
handle: "@chloew",
|
||||
testimonial: "Best hoodies I've ever bought. Worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-brunette-woman-reading-mobile-phone-sitting-home-using-smartphone_1258-199777.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Elena M.", handle: "@elena", testimonial: "The fabrics are so soft and durable. Redemption is a lifestyle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-shopper-street_23-2147652063.jpg" },
|
||||
{ id: "t2", name: "Marcus B.", handle: "@marcusb", testimonial: "Finally, a brand that gets fit right every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148773538.jpg" },
|
||||
{ id: "t3", name: "Sarah J.", handle: "@sarahj", testimonial: "I love the minimalist aesthetic. Perfect for my capsule wardrobe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-work_23-2148740359.jpg" },
|
||||
{ id: "t4", name: "David K.", handle: "@davidk", testimonial: "Exceptional quality and fast shipping. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiles-holding-camera-photo-art-concept_23-2148565465.jpg" },
|
||||
{ id: "t5", name: "Chloe W.", handle: "@chloew", testimonial: "Best hoodies I've ever bought. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-brunette-woman-reading-mobile-phone-sitting-home-using-smartphone_1258-199777.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voice of Redemption"
|
||||
@@ -280,9 +133,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Newsletter"
|
||||
title="Join the Inner Circle"
|
||||
description="Sign up for early access to drops and exclusive storytelling content."
|
||||
@@ -298,4 +149,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user