From 8eb93e194a7d35b592547473a80cd4558880389b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:36:35 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a8aa02d..8c37656 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,8 +17,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/shop" }, { label: "New Arrivals", href: "/shop" }, { label: "Featured", href: "/" }, @@ -26,8 +25,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }, @@ -35,8 +33,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Shipping Info", href: "#" }, @@ -52,7 +49,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -70,10 +67,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 03:36:36 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6598aba..8ee3a52 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/shop" }, { label: "New Arrivals", href: "/shop" }, { label: "Featured", href: "/" }, @@ -26,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }, @@ -35,8 +33,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Shipping Info", href: "#" }, @@ -52,7 +49,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -74,7 +71,7 @@ export default function ContactPage() { { text: "Email Us", href: "#" }, { text: "Back to Shop", href: "/shop" }, ]} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} /> @@ -85,29 +82,11 @@ export default function ContactPage() { description="Connect with RAJA through multiple channels" features={[ { - id: "contact-1", - title: "Email Support", - description: "Send us your inquiries and we'll respond within 24 hours. Our team is ready to help.", - tag: "Support", - imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-cap-dressed-ripped-jeans-white-shirt-sitting-longboard-skatepark_613910-19389.jpg?_wi=4", - imageAlt: "Email Support", - }, + id: "contact-1", title: "Email Support", description: "Send us your inquiries and we'll respond within 24 hours. Our team is ready to help.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-cap-dressed-ripped-jeans-white-shirt-sitting-longboard-skatepark_613910-19389.jpg", imageAlt: "Email Support"}, { - id: "contact-2", - title: "Social Media", - description: "Follow RAJA on Instagram, Twitter, and TikTok for the latest drops and community engagement.", - tag: "Social", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg?_wi=4", - imageAlt: "Social Media", - }, + id: "contact-2", title: "Social Media", description: "Follow RAJA on Instagram, Twitter, and TikTok for the latest drops and community engagement.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg", imageAlt: "Social Media"}, { - id: "contact-3", - title: "Collaborations", - description: "Interested in partnerships or collaborations? Let's explore new possibilities together.", - tag: "Business", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-stylish-hoodies-winter-outdoor-shoot_53876-105545.jpg?_wi=4", - imageAlt: "Collaborations", - }, + id: "contact-3", title: "Collaborations", description: "Interested in partnerships or collaborations? Let's explore new possibilities together.", tag: "Business", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-stylish-hoodies-winter-outdoor-shoot_53876-105545.jpg", imageAlt: "Collaborations"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1 From e32fb92846d6ce8795b88c054cbfc0953e0285b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:36:36 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2f25d4a..74d4e01 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,29 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); export const metadata: Metadata = { - title: "RAJA Street Wear Fashion | Premium Urban Clothing", - description: "Rule the streets with RAJA's premium streetwear collection. Bold designs, quality craftsmanship, and authentic urban style.", - keywords: "streetwear, fashion, urban clothing, premium apparel, street style", - robots: { + title: "RAJA Street Wear Fashion | Premium Urban Clothing", description: "Rule the streets with RAJA's premium streetwear collection. Bold designs, quality craftsmanship, and authentic urban style.", keywords: "streetwear, fashion, urban clothing, premium apparel, street style", robots: { index: true, follow: true, }, openGraph: { - title: "RAJA Street Wear Fashion | Rule The Streets", - description: "Premium streetwear designed for those who lead, not follow. Explore our latest collection.", - siteName: "RAJA Street Wear Fashion", - type: "website", - }, + title: "RAJA Street Wear Fashion | Rule The Streets", description: "Premium streetwear designed for those who lead, not follow. Explore our latest collection.", siteName: "RAJA Street Wear Fashion", type: "website"}, twitter: { - card: "summary_large_image", - title: "RAJA Street Wear Fashion", - description: "Premium streetwear designed for those who lead, not follow.", - }, + card: "summary_large_image", title: "RAJA Street Wear Fashion", description: "Premium streetwear designed for those who lead, not follow."}, }; export default function RootLayout({ -- 2.49.1 From 00f5083f035da99dda310ee9e18b6fadcab2edda Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:36:36 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 88 ++++++++++-------------------------------------- 1 file changed, 17 insertions(+), 71 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba75970..6733747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/shop" }, { label: "New Arrivals", href: "/shop" }, { label: "Featured", href: "/" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }, @@ -39,8 +37,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Shipping Info", href: "#" }, @@ -67,7 +64,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -85,7 +82,7 @@ export default function HomePage() { -- 2.49.1 From 35e2f344dda74107b908c8bcc7322659fef5e564 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:36:37 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 74 ++++++++----------------------------------- 1 file changed, 13 insertions(+), 61 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d58c6c7..87f5e49 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -17,8 +17,7 @@ export default function ShopPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "All Products", href: "/shop" }, { label: "New Arrivals", href: "/shop" }, { label: "Featured", href: "/" }, @@ -26,8 +25,7 @@ export default function ShopPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }, @@ -35,8 +33,7 @@ export default function ShopPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Shipping Info", href: "#" }, @@ -52,7 +49,7 @@ export default function ShopPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -75,47 +72,17 @@ export default function ShopPage() { tagAnimation="opacity" products={[ { - id: "1", - name: "Urban Oversize Hoodie", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-stylish-hoodies-winter-outdoor-shoot_53876-105545.jpg?_wi=2", - imageAlt: "Urban Oversize Hoodie", - }, + id: "1", name: "Urban Oversize Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-stylish-hoodies-winter-outdoor-shoot_53876-105545.jpg", imageAlt: "Urban Oversize Hoodie"}, { - id: "2", - name: "Cargo Pants Black", - price: "$79", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-man-posing_23-2149028775.jpg?_wi=2", - imageAlt: "Cargo Pants Black", - }, + id: "2", name: "Cargo Pants Black", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-man-posing_23-2149028775.jpg", imageAlt: "Cargo Pants Black"}, { - id: "3", - name: "Vintage Logo Tee", - price: "$49", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=3", - imageAlt: "Vintage Logo Tee", - }, + id: "3", name: "Vintage Logo Tee", price: "$49", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Vintage Logo Tee"}, { - id: "4", - name: "Technical Jacket", - price: "$159", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-trucker-hat_23-2149432399.jpg?_wi=2", - imageAlt: "Technical Jacket", - }, + id: "4", name: "Technical Jacket", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-trucker-hat_23-2149432399.jpg", imageAlt: "Technical Jacket"}, { - id: "5", - name: "Utility Belt Bag", - price: "$59", - imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-31583.jpg?_wi=2", - imageAlt: "Utility Belt Bag", - }, + id: "5", name: "Utility Belt Bag", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-31583.jpg", imageAlt: "Utility Belt Bag"}, { - id: "6", - name: "Street Boots", - price: "$129", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-woman-wearing-fashionable-brown-leather-kneehigh-boots-outdoors_181624-57699.jpg?_wi=2", - imageAlt: "Street Boots", - }, + id: "6", name: "Street Boots", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-woman-wearing-fashionable-brown-leather-kneehigh-boots-outdoors_181624-57699.jpg", imageAlt: "Street Boots"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -133,26 +100,11 @@ export default function ShopPage() { tagAnimation="opacity" products={[ { - id: "7", - name: "Winter Puffer Jacket", - price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-trucker-hat_23-2149432399.jpg?_wi=3", - imageAlt: "Winter Puffer Jacket", - }, + id: "7", name: "Winter Puffer Jacket", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-trucker-hat_23-2149432399.jpg", imageAlt: "Winter Puffer Jacket"}, { - id: "8", - name: "Premium Jogger Set", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg?_wi=2", - imageAlt: "Premium Jogger Set", - }, + id: "8", name: "Premium Jogger Set", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg", imageAlt: "Premium Jogger Set"}, { - id: "9", - name: "Classic Logo Cap", - price: "$39", - imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-cap-dressed-ripped-jeans-white-shirt-sitting-longboard-skatepark_613910-19389.jpg?_wi=2", - imageAlt: "Classic Logo Cap", - }, + id: "9", name: "Classic Logo Cap", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-cap-dressed-ripped-jeans-white-shirt-sitting-longboard-skatepark_613910-19389.jpg", imageAlt: "Classic Logo Cap"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1