From fc67526cbe5f2425a08872e908ec46417cbf0032 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 22:12:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 271 ++++++++--------------------------------------- 1 file changed, 47 insertions(+), 224 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1cff79..ac4e570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,9 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { Award, Film, Instagram, Twitter, Wrench, Zap } from "lucide-react"; export default function LandingPage() { @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -168,46 +95,16 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Pro Series Deck", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/skater-s-legs-ready-make-trick_23-2147665409.jpg", - }, - { - id: "p2", - name: "Classic Wheels", - price: "$40", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-boy-holding-skateboard_23-2148478742.jpg", - }, - { - id: "p3", - name: "Street Hoodie", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/skate-parkteens-skate-park_23-2149836884.jpg", - }, - { - id: "p4", - name: "Performance Shoes", - price: "$110", - imageSrc: "http://img.b2bpic.net/free-photo/skater-girl-urban-sitting-stairs-side-view_23-2148787219.jpg", - }, - { - id: "p5", - name: "Titanium Trucks", - price: "$55", - imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-with-skateboard-close-up_23-2148937842.jpg", - }, - { - id: "p6", - name: "Skate Multi-tool", - price: "$25", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-cheerful-woman-sunglasses_171337-11851.jpg", - }, - ]} title="New Arrivals" description="The latest hardware and apparel from the brands you love." + products={[ + { id: "p1", name: "Pro Series Deck", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/skater-s-legs-ready-make-trick_23-2147665409.jpg" }, + { id: "p2", name: "Classic Wheels", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-boy-holding-skateboard_23-2148478742.jpg" }, + { id: "p3", name: "Street Hoodie", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/skate-parkteens-skate-park_23-2149836884.jpg" }, + { id: "p4", name: "Performance Shoes", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/skater-girl-urban-sitting-stairs-side-view_23-2148787219.jpg" }, + { id: "p5", name: "Titanium Trucks", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-with-skateboard-close-up_23-2148937842.jpg" }, + { id: "p6", name: "Skate Multi-tool", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-cheerful-woman-sunglasses_171337-11851.jpg" } + ]} /> @@ -217,50 +114,15 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Alex R.", - role: "Rider", - company: "Local Squad", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-skateboarder-black-hoodie-cap-sits-ramp-skatepark-summer-time_613910-20869.jpg", - }, - { - id: "2", - name: "Ben M.", - role: "Skater", - company: "Urban Club", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teen-sitting-skatepark_23-2149854332.jpg", - }, - { - id: "3", - name: "Chloe S.", - role: "Pro", - company: "Street Pro", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068550.jpg", - }, - { - id: "4", - name: "Dave K.", - role: "Enthusiast", - company: "Riders Co", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teens-holding-skateboards-full-shot_23-2149854313.jpg", - }, - { - id: "5", - name: "Erica T.", - role: "Coach", - company: "Skate Academy", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-smiling-african-male-teenager_171337-9543.jpg", - }, - ]} title="The Crew's Take" description="What our local skaters and loyal riders have to say." + testimonials={[ + { id: "1", name: "Alex R.", role: "Rider", company: "Local Squad", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-skateboarder-black-hoodie-cap-sits-ramp-skatepark-summer-time_613910-20869.jpg" }, + { id: "2", name: "Ben M.", role: "Skater", company: "Urban Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teen-sitting-skatepark_23-2149854332.jpg" }, + { id: "3", name: "Chloe S.", role: "Pro", company: "Street Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068550.jpg" }, + { id: "4", name: "Dave K.", role: "Enthusiast", company: "Riders Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teens-holding-skateboards-full-shot_23-2149854313.jpg" }, + { id: "5", name: "Erica T.", role: "Coach", company: "Skate Academy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-young-smiling-african-male-teenager_171337-9543.jpg" } + ]} /> @@ -268,21 +130,9 @@ export default function LandingPage() { @@ -310,16 +152,9 @@ export default function LandingPage() {
@@ -328,25 +163,13 @@ export default function LandingPage() { logoText="Crooks Skate" copyrightText="© 2025 Crooks Skate Shop" socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Film, - href: "#", - ariaLabel: "Youtube", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Film, href: "#", ariaLabel: "Youtube" } ]} /> ); -} +} \ No newline at end of file -- 2.49.1