Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-upon-basketball-ball_23-2150847390.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-upon-basketball-ball_23-2150847390.jpg?_wi=1"
|
||||
imageAlt="Vintage football shirts collection"
|
||||
imagePosition="right"
|
||||
mediaAnimation="opacity"
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
{ value: "2,500+", title: "Happy Collectors" },
|
||||
{ value: "14 Years", title: "Industry Experience" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boxing-gloves-bench-locker-room_107420-65032.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boxing-gloves-bench-locker-room_107420-65032.jpg?_wi=1"
|
||||
imageAlt="Classic Football Co store interior"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -90,15 +90,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Browse & Search", description: "Explore our extensive catalog of classic shirts from legendary clubs and players worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-basketball-ball_23-2150847390.jpg", imageAlt: "Browse collection"
|
||||
title: "Browse & Search", description: "Explore our extensive catalog of classic shirts from legendary clubs and players worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-basketball-ball_23-2150847390.jpg?_wi=2", imageAlt: "Browse collection"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Call or Request", description: "Contact us directly via phone at +44 161 276 0828 or submit a request form for specific shirts.", imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-bench-locker-room_107420-65032.jpg", imageAlt: "Customer service"
|
||||
title: "Call or Request", description: "Contact us directly via phone at +44 161 276 0828 or submit a request form for specific shirts.", imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-bench-locker-room_107420-65032.jpg?_wi=2", imageAlt: "Customer service"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Quick Delivery", description: "Receive your authenticated shirts with full documentation and secure packaging within 5-7 business days.", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-basketball-ball_23-2150847390.jpg", imageAlt: "Fast delivery"
|
||||
title: "Quick Delivery", description: "Receive your authenticated shirts with full documentation and secure packaging within 5-7 business days.", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-basketball-ball_23-2150847390.jpg?_wi=3", imageAlt: "Fast delivery"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-upon-basketball-ball_23-2150847390.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-upon-basketball-ball_23-2150847390.jpg?_wi=4"
|
||||
imageAlt="Classic football shirts collection"
|
||||
logoText="Classic Football Co"
|
||||
copyrightText="© 2025 Classic Football Co Ltd. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user