diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7766446..81a752c 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -8,7 +8,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Award, Users } from "lucide-react";
+import { Award, Users, Brush } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,25 +29,13 @@ export default function LandingPage() {
@@ -61,22 +49,16 @@ export default function LandingPage() {
description="KBRADA ROOTS began with a simple vision: to create authentic streetwear that resonates with the pulse of the city. We blend raw urban aesthetics with premium craftsmanship, ensuring every piece tells a story of resilience, creativity, and individuality."
bulletPoints={[
{
- title: "Authentic Expression",
- description: "We champion self-expression through unique designs and uncompromised style.",
- icon: Brush,
+ title: "Authentic Expression", description: "We champion self-expression through unique designs and uncompromised style.", icon: Brush,
},
{
- title: "Quality Craftsmanship",
- description: "Every garment is meticulously crafted for durability, comfort, and a flawless fit.",
- icon: Award,
+ title: "Quality Craftsmanship", description: "Every garment is meticulously crafted for durability, comfort, and a flawless fit.", icon: Award,
},
{
- title: "Community Driven",
- description: "We are more than a brand; we are a global community united by a shared passion for streetwear.",
- icon: Users,
+ title: "Community Driven", description: "We are more than a brand; we are a global community united by a shared passion for streetwear.", icon: Users,
},
]}
- imageSrc="http://img.b2bpic.net/free-photo/man-gray-dress-shirt-wearing-black-white-cap_410324-111.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/man-gray-dress-shirt-wearing-black-white-cap_410324-111.jpg"
imageAlt="young man stylish streetwear city"
mediaAnimation="blur-reveal"
/>
@@ -89,17 +71,11 @@ export default function LandingPage() {
description="We're proud of the journey we've taken and the community we've built. Here's a look at what makes KBRADA ROOTS thrive."
metrics={[
{
- value: "10K+",
- title: "Happy Customers",
- },
+ value: "10K+", title: "Happy Customers"},
{
- value: "50+",
- title: "Unique Collections",
- },
+ value: "50+", title: "Unique Collections"},
{
- value: "99%",
- title: "Satisfaction Rate",
- },
+ value: "99%", title: "Satisfaction Rate"},
]}
imageSrc="http://img.b2bpic.net/free-vector/palm-silhouette-wallpaper_23-2148550652.jpg"
imageAlt="urban sunset streetwear silhouette"
@@ -110,37 +86,18 @@ export default function LandingPage() {
@@ -59,30 +47,19 @@ export default function LandingPage() {
description="Have a question about an order, a collaboration idea, or just want to talk streetwear? We'd love to hear from you!"
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "subject",
- type: "text",
- placeholder: "Subject",
- },
+ name: "subject", type: "text", placeholder: "Subject"},
]}
textarea={{
- name: "message",
- placeholder: "Your Message",
- rows: 4,
+ name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
- imageSrc="http://img.b2bpic.net/free-photo/full-shot-fit-man-jumping-outdoors_23-2150189408.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/full-shot-fit-man-jumping-outdoors_23-2150189408.jpg"
imageAlt="street art background fashion elements"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -92,35 +69,22 @@ export default function LandingPage() {
@@ -129,20 +93,15 @@ export default function LandingPage() {
@@ -151,58 +110,35 @@ export default function LandingPage() {
@@ -52,28 +40,21 @@ export default function LandingPage() {
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 36337be..fd38422 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -27,25 +27,13 @@ export default function LandingPage() {
@@ -56,65 +44,23 @@ export default function LandingPage() {
layout="page"
products={[
{
- id: "1",
- category: "Hoodies",
- name: "Street Vibe Hoodie",
- price: "$59.99",
- rating: 5,
- reviewCount: "124",
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=2",
- imageAlt: "black oversized hoodie urban style",
- },
+ id: "1", category: "Hoodies", name: "Street Vibe Hoodie", price: "$59.99", rating: 5,
+ reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg", imageAlt: "black oversized hoodie urban style"},
{
- id: "2",
- category: "T-Shirts",
- name: "Graphic Soul Tee",
- price: "$34.50",
- rating: 4,
- reviewCount: "89",
- imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52073.jpg?_wi=2",
- imageAlt: "graphic print t-shirt streetwear",
- },
+ id: "2", category: "T-Shirts", name: "Graphic Soul Tee", price: "$34.50", rating: 4,
+ reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52073.jpg", imageAlt: "graphic print t-shirt streetwear"},
{
- id: "3",
- category: "Jackets",
- name: "Urban Denim Jacket",
- price: "$79.00",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-man-near-window-urban-scene_158595-2414.jpg?_wi=2",
- imageAlt: "denim jacket streetwear outfit",
- },
+ id: "3", category: "Jackets", name: "Urban Denim Jacket", price: "$79.00", rating: 5,
+ reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-man-near-window-urban-scene_158595-2414.jpg", imageAlt: "denim jacket streetwear outfit"},
{
- id: "4",
- category: "Pants",
- name: "Cargo Street Pants",
- price: "$48.99",
- rating: 4,
- reviewCount: "92",
- imageSrc: "http://img.b2bpic.net/free-photo/emotions-day-park-beauty-smile_1303-2240.jpg?_wi=2",
- imageAlt: "cargo pants streetwear style",
- },
+ id: "4", category: "Pants", name: "Cargo Street Pants", price: "$48.99", rating: 4,
+ reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/emotions-day-park-beauty-smile_1303-2240.jpg", imageAlt: "cargo pants streetwear style"},
{
- id: "5",
- category: "Hoodies",
- name: "Essential Grey Hoodie",
- price: "$55.00",
- rating: 5,
- reviewCount: "110",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-european-female-runner-preparing-marathon-doing-morning-cardio-activity-routine-woods-confident-self-determined-young-sportswoman-training-outdoors-holding-hands-her-waist_343059-4247.jpg",
- imageAlt: "grey hoodie streetwear look",
- },
+ id: "5", category: "Hoodies", name: "Essential Grey Hoodie", price: "$55.00", rating: 5,
+ reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/stylish-european-female-runner-preparing-marathon-doing-morning-cardio-activity-routine-woods-confident-self-determined-young-sportswoman-training-outdoors-holding-hands-her-waist_343059-4247.jpg", imageAlt: "grey hoodie streetwear look"},
{
- id: "6",
- category: "T-Shirts",
- name: "Vintage Brand Tee",
- price: "$32.00",
- rating: 4,
- reviewCount: "75",
- imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-43902.jpg",
- imageAlt: "white t-shirt vintage streetwear",
- },
+ id: "6", category: "T-Shirts", name: "Vintage Brand Tee", price: "$32.00", rating: 4,
+ reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-43902.jpg", imageAlt: "white t-shirt vintage streetwear"},
]}
searchPlaceholder="Search KBRADA styles..."
/>
@@ -122,50 +68,23 @@ export default function LandingPage() {