diff --git a/src/app/page.tsx b/src/app/page.tsx
index 804f063..927bff8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSimple from '@/components/sections/footer/FooterSimple';
-import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
+import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -30,42 +30,27 @@ export default function LandingPage() {
-
@@ -79,23 +64,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Pro League Jersey",
- price: "850 EGP",
- imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=1",
- },
+ id: "p1", name: "Pro League Jersey", price: "850 EGP", imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=1"},
{
- id: "p2",
- name: "Athletic Training Shorts",
- price: "350 EGP",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-being-goalkeeper_23-2148930255.jpg?_wi=1",
- },
+ id: "p2", name: "Athletic Training Shorts", price: "350 EGP", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-being-goalkeeper_23-2148930255.jpg?_wi=1"},
{
- id: "p3",
- name: "Performance Football Socks",
- price: "300 EGP",
- imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-serious-face-standing-orange-wall_141793-51021.jpg?_wi=1",
- },
+ id: "p3", name: "Performance Football Socks", price: "300 EGP", imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-serious-face-standing-orange-wall_141793-51021.jpg?_wi=1"},
]}
title="New Arrivals"
description="The latest in premium football jerseys and professional athletic gear."
@@ -109,40 +82,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Ahmed M.",
- handle: "@ahmed",
- testimonial: "Excellent quality jerseys, just like the real deal.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-holding-shirt-clothes-background_176474-116753.jpg?_wi=1",
- },
+ id: "1", name: "Ahmed M.", handle: "@ahmed", testimonial: "Excellent quality jerseys, just like the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-holding-shirt-clothes-background_176474-116753.jpg?_wi=1"},
{
- id: "2",
- name: "Sara K.",
- handle: "@sara",
- testimonial: "Great variety, store is always organized and friendly.",
- imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660982.jpg",
- },
+ id: "2", name: "Sara K.", handle: "@sara", testimonial: "Great variety, store is always organized and friendly.", imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660982.jpg"},
{
- id: "3",
- name: "Mo Salah",
- handle: "@mo",
- testimonial: "My go-to place for all football gear needs.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-demonstrating-new-dress_23-2147688752.jpg",
- },
+ id: "3", name: "Mo Salah", handle: "@mo", testimonial: "My go-to place for all football gear needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-demonstrating-new-dress_23-2147688752.jpg"},
{
- id: "4",
- name: "Omar Z.",
- handle: "@omar",
- testimonial: "Very professional and respectful service.",
- imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-stadium_23-2151671452.jpg",
- },
+ id: "4", name: "Omar Z.", handle: "@omar", testimonial: "Very professional and respectful service.", imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-stadium_23-2151671452.jpg"},
{
- id: "5",
- name: "Layla F.",
- handle: "@layla",
- testimonial: "Best kits in town, fast delivery and great fit.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-holding-shirt-clothes-background_176474-116753.jpg?_wi=2",
- },
+ id: "5", name: "Layla F.", handle: "@layla", testimonial: "Best kits in town, fast delivery and great fit.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-is-looking-camera-by-holding-shirt-clothes-background_176474-116753.jpg?_wi=2"},
]}
title="What Our Athletes Say"
description="Trusted by football players and fans alike across Cairo."
@@ -155,21 +103,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "What are your hours?",
- content: "We are open daily from 10 AM to 10 PM.",
- },
+ id: "f1", title: "What are your hours?", content: "We are open daily from 10 AM to 10 PM."},
{
- id: "f2",
- title: "Do you offer returns?",
- content: "Yes, exchanges are available within 14 days of purchase.",
- },
+ id: "f2", title: "Do you offer returns?", content: "Yes, exchanges are available within 14 days of purchase."},
]}
ctaTitle="Visit Our Store"
ctaDescription="Located in the heart of Cairo. Come check our latest collections in person."
ctaButton={{
- text: "Get Directions",
- }}
+ text: "Get Directions"}}
ctaIcon={MapPin}
/>
@@ -184,33 +125,13 @@ export default function LandingPage() {
description="Our most popular picks chosen by the community."
products={[
{
- id: "b1",
- name: "Classic White Tee",
- price: "450 EGP",
- variant: "Essential",
- imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=2",
- },
+ id: "b1", name: "Classic White Tee", price: "450 EGP", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=2"},
{
- id: "b2",
- name: "Training Bibs",
- price: "200 EGP",
- variant: "Training",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-being-goalkeeper_23-2148930255.jpg?_wi=2",
- },
+ id: "b2", name: "Training Bibs", price: "200 EGP", variant: "Training", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-being-goalkeeper_23-2148930255.jpg?_wi=2"},
{
- id: "b3",
- name: "Windbreaker",
- price: "900 EGP",
- variant: "Outerwear",
- imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-serious-face-standing-orange-wall_141793-51021.jpg?_wi=2",
- },
+ id: "b3", name: "Windbreaker", price: "900 EGP", variant: "Outerwear", imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-holding-soccer-ball-looking-front-with-serious-face-standing-orange-wall_141793-51021.jpg?_wi=2"},
{
- id: "b4",
- name: "Pro Socks (Black)",
- price: "300 EGP",
- variant: "Accessories",
- imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=3",
- },
+ id: "b4", name: "Pro Socks (Black)", price: "300 EGP", variant: "Accessories", imageSrc: "http://img.b2bpic.net/free-photo/sport-clothing-kit-running-workout_1303-1753.jpg?_wi=3"},
]}
/>
@@ -219,29 +140,19 @@ export default function LandingPage() {