Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-13 15:27:07 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Award, CheckCircle, Mail, Sparkles, Zap, Instagram, Twitter, TikTok } from "lucide-react";
import { Award, CheckCircle, Mail, Sparkles, Zap, Instagram, Twitter, Github } from "lucide-react";
export default function LandingPage() {
return (
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroCentered
title="Drop Culture Redefined"
description="Authentic streetwear for the Gen Z movement. Drops you actually want, vibe you'll vibe with."
background="sparkles-gradient"
background={{ variant: "sparkles-gradient" }}
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6jq26q", alt: "urban streetwear fashion model pose"
@@ -81,7 +81,7 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "tee-org-001", name: "Essential Oversized Tee", price: "$34.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tso4pg&_wi=1", imageAlt: "Orange graphic oversized t-shirt", isFavorited: false
id: "tee-org-001", name: "Essential Oversized Tee", price: "$34.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tso4pg", imageAlt: "Orange graphic oversized t-shirt", isFavorited: false
},
{
id: "hoodie-001", name: "Heritage Hoodie", price: "$79.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7zxmdy", imageAlt: "Premium orange oversized hoodie", isFavorited: false
@@ -96,7 +96,7 @@ export default function LandingPage() {
id: "cap-001", name: "Street Cap", price: "$29.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cqe5rm", imageAlt: "Minimalist streetwear baseball cap", isFavorited: false
},
{
id: "tee-white-002", name: "Minimal Logo Tee", price: "$32.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tso4pg&_wi=2", imageAlt: "White minimal logo t-shirt", isFavorited: false
id: "tee-white-002", name: "Minimal Logo Tee", price: "$32.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tso4pg", imageAlt: "White minimal logo t-shirt", isFavorited: false
}
]}
buttons={[
@@ -118,7 +118,7 @@ export default function LandingPage() {
useInvertedBackground={true}
tag="Our Promise"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
features={[
{
id: "auth-001", label: "Authenticity", title: "100% Verified", items: ["Every piece authenticated", "No fakes, no faulty drops", "Lifetime guarantee"]
@@ -256,7 +256,7 @@ export default function LandingPage() {
href: "https://twitter.com/vibedropz", ariaLabel: "Follow us on Twitter"
},
{
icon: TikTok,
icon: Github,
href: "https://tiktok.com/@vibedropz", ariaLabel: "Follow us on TikTok"
}
]}