9 Commits

Author SHA1 Message Date
9f57f6f15b Merge version_4 into main
Merge version_4 into main
2026-05-23 17:16:33 +00:00
510f2e45c6 Update src/app/page.tsx 2026-05-23 17:16:27 +00:00
2b36d0ca71 Merge version_3 into main
Merge version_3 into main
2026-05-23 17:11:54 +00:00
a8ed453516 Update src/app/page.tsx 2026-05-23 17:11:51 +00:00
4e13339de5 Merge version_2 into main
Merge version_2 into main
2026-05-23 17:06:50 +00:00
773b4e4bed Update src/app/page.tsx 2026-05-23 17:06:47 +00:00
ef96218d2a Merge version_1 into main
Merge version_1 into main
2026-05-23 17:04:48 +00:00
874bbfd159 Merge version_1 into main
Merge version_1 into main
2026-05-23 17:04:24 +00:00
d58b9040c7 Merge version_1 into main
Merge version_1 into main
2026-05-23 17:03:54 +00:00

View File

@@ -11,7 +11,6 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, CheckCircle, Shield, Star, Zap } from "lucide-react";
export default function LandingPage() {
@@ -45,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
background={{ variant: "gradient-bars" }}
title="STELLY — WEAR THE FUTURE"
description="Experience the next evolution of luxury streetwear. Crafted for those who define the trend."
description="Experience the next evolution of luxury streetwear. Our future-forward designs prioritize high-performance materials and unmatched versatility, ensuring you move through the world with effortless style and resilience."
testimonials={[
{ name: "Alex Rivier", handle: "@alexr", testimonial: "The best quality streetwear I have ever owned. Truly future-forward.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg?_wi=1" },
{ name: "Sam Chen", handle: "@samchen", testimonial: "Futuristic design meets unparalleled comfort. Stelly is everything.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-smiling-camera_197531-33440.jpg" },
@@ -127,7 +126,7 @@ export default function LandingPage() {
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Oversized Stealth Hoodie", price: "$150", variant: "Charcoal", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-drinking-coffee-cafe_23-2149052885.jpg" },
@@ -157,25 +156,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="depth-3d"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Sarah J.", role: "Fashion Editor", company: "Stelly Stylist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-african-man-sitting-stairs-looking-tired-guy-jacket-posing-steps_197531-22073.jpg" },
{ id: "t2", name: "Marcus T.", role: "Designer", company: "LabX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-posing-white-shirt_23-2149021854.jpg" },
{ id: "t3", name: "Elena V.", role: "Model", company: "Fashion Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-couple-posing-studio_23-2148632244.jpg" },
{ id: "t4", name: "Julian B.", role: "Streetwear Icon", company: "Urban Collective", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fabulous-drag-queen-getting-ready-photo-shooting_23-2149138203.jpg" },
{ id: "t5", name: "Chloe S.", role: "Blogger", company: "Trend Hunter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/carefree-ethnic-young-woman-wears-casual-sweatshirt-with-hood_273609-18078.jpg" },
{ id: "t6", name: "David R.", role: "Creative Director", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg" },
]}
title="Community Voices"
description="What our style pioneers are saying."
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
animationType="slide-up"
@@ -217,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}