Merge version_1 into main #2
132
src/app/page.tsx
132
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Shop", id: "#products"},
|
||||
{
|
||||
name: "Performance",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Performance", id: "#features"},
|
||||
{
|
||||
name: "Our Philosophy",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Philosophy", id: "#about"},
|
||||
]}
|
||||
brandName="Skylnune"
|
||||
/>
|
||||
@@ -48,15 +42,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Diferent with us."
|
||||
description="Redefining luxury performance. Skylnune bridges the gap between high fashion and elite athletic function."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/a-cinematic-luxury-high-performance-spor-1774611704393-ca8fd947.png"
|
||||
imageAlt="Luxury sport fashion editorial"
|
||||
@@ -65,37 +56,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Skylnune",
|
||||
name: "Velocity Shell",
|
||||
price: "$450",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/a-minimalist-high-end-athletic-jacket-di-1774611706500-c42b6efd.png",
|
||||
},
|
||||
id: "p1", brand: "Skylnune", name: "Velocity Shell", price: "$450", rating: 5,
|
||||
reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/a-minimalist-high-end-athletic-jacket-di-1774611706500-c42b6efd.png"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Skylnune",
|
||||
name: "Precision Tights",
|
||||
price: "$280",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/premium-performance-leggings-for-sport-c-1774611704479-2cd58a90.png",
|
||||
},
|
||||
id: "p2", brand: "Skylnune", name: "Precision Tights", price: "$280", rating: 5,
|
||||
reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/premium-performance-leggings-for-sport-c-1774611704479-2cd58a90.png"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Skylnune",
|
||||
name: "Aero Runner",
|
||||
price: "$390",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/sleek-luxury-performance-running-shoes-o-1774611706946-d753fd6f.png",
|
||||
},
|
||||
id: "p3", brand: "Skylnune", name: "Aero Runner", price: "$390", rating: 5,
|
||||
reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/sleek-luxury-performance-running-shoes-o-1774611706946-d753fd6f.png"},
|
||||
]}
|
||||
title="Core Collection"
|
||||
description="Engineered for excellence, designed for distinction."
|
||||
@@ -110,19 +84,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Premium Materials",
|
||||
description: "Swiss-engineered fabrics for maximum durability and comfort.",
|
||||
},
|
||||
title: "Premium Materials", description: "Swiss-engineered fabrics for maximum durability and comfort."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Performance Ready",
|
||||
description: "Designed to withstand the most intense athletic conditions.",
|
||||
},
|
||||
title: "Performance Ready", description: "Designed to withstand the most intense athletic conditions."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Adaptive Fit",
|
||||
description: "Ergonomic cuts that move with your body's natural kinetics.",
|
||||
},
|
||||
title: "Adaptive Fit", description: "Ergonomic cuts that move with your body's natural kinetics."},
|
||||
]}
|
||||
title="The Skylnune Standard"
|
||||
description="Excellence in every fiber."
|
||||
@@ -131,41 +99,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
handle: "@alexr",
|
||||
testimonial: "The most comfortable and sleek gear I've ever owned. Worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/abstract-dark-background-with-subtle-blu-1774611713981-6d41bfdf.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Alex R.", handle: "@alexr", testimonial: "The most comfortable and sleek gear I've ever owned. Worth every penny.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/abstract-dark-background-with-subtle-blu-1774611713981-6d41bfdf.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jordan P.",
|
||||
handle: "@jordanp",
|
||||
testimonial: "Skylnune changed how I approach my workouts. Performance meets style perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/abstract-dark-background-with-subtle-blu-1774611713981-6d41bfdf.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Jordan P.", handle: "@jordanp", testimonial: "Skylnune changed how I approach my workouts. Performance meets style perfectly.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/abstract-dark-background-with-subtle-blu-1774611713981-6d41bfdf.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sam T.",
|
||||
handle: "@samt",
|
||||
testimonial: "I never compromise on look, and with Skylnune, I don't have to.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/abstract-dark-background-with-subtle-blu-1774611713981-6d41bfdf.png?_wi=3",
|
||||
},
|
||||
id: "3", name: "Sam T.", handle: "@samt", testimonial: "I never compromise on look, and with Skylnune, I don't have to.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/abstract-dark-background-with-subtle-blu-1774611713981-6d41bfdf.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Casey W.",
|
||||
handle: "@caseyw",
|
||||
testimonial: "The precision engineering in their apparel is unmatched in the industry.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/abstract-dark-background-with-subtle-blu-1774611713981-6d41bfdf.png?_wi=4",
|
||||
},
|
||||
id: "4", name: "Casey W.", handle: "@caseyw", testimonial: "The precision engineering in their apparel is unmatched in the industry.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWim6HlbJGSM0em8l7PPwTKDIa/abstract-dark-background-with-subtle-blu-1774611713981-6d41bfdf.png"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Distinction"
|
||||
@@ -177,42 +126,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Skylnune",
|
||||
items: [
|
||||
title: "Skylnune", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Products", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Arrivals", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user