diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 8253270..91cc67a 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -51,8 +39,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Philosophy"
description={[
- "At 90style, we don't just sell clothes, we celebrate the culture of the beautiful game. From pitch to pavement, our designs bridge the gap.",
- ]}
+ "At 90style, we don't just sell clothes, we celebrate the culture of the beautiful game. From pitch to pavement, our designs bridge the gap."]}
/>
@@ -66,17 +53,9 @@ export default function LandingPage() {
description="Meet the creators behind the brand."
members={[
{
- id: "m1",
- name: "Alex Rivers",
- role: "Creative Director",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-football-players_23-2150904343.jpg",
- },
+ id: "m1", name: "Alex Rivers", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-football-players_23-2150904343.jpg"},
{
- id: "m2",
- name: "Sam Thorne",
- role: "Lead Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg",
- },
+ id: "m2", name: "Sam Thorne", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg"},
]}
/>
@@ -85,36 +64,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 6b853cb..750e53b 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -49,16 +37,9 @@ export default function LandingPage() {
@@ -70,25 +51,9 @@ export default function LandingPage() {
description="What our supporters are saying."
testimonials={[
{
- id: "t1",
- name: "Jordan P.",
- date: "Oct 2023",
- title: "Amazing quality",
- quote: "The retro jersey feels authentic and premium. Best drop this year.",
- tag: "Verified",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-sad-boy-holding-ball_23-2149748388.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-white-t-shirt-colorful-coat-posing-showing-his-clothes-pink-background_140725-26961.jpg",
- },
+ id: "t1", name: "Jordan P.", date: "Oct 2023", title: "Amazing quality", quote: "The retro jersey feels authentic and premium. Best drop this year.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-sad-boy-holding-ball_23-2149748388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-white-t-shirt-colorful-coat-posing-showing-his-clothes-pink-background_140725-26961.jpg"},
{
- id: "t2",
- name: "Casey L.",
- date: "Nov 2023",
- title: "Style icon",
- quote: "My jacket is the best thing I own in my wardrobe.",
- tag: "Fan",
- avatarSrc: "http://img.b2bpic.net/free-photo/dark-skinned-bearded-hipster-guy-dressed-black-hoodie-sports-shorts-holds-skateboard-while-sitting-stairs-ghetto_613910-6253.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/displeased-man-basketball-player-holds-ball-looks-unhappily-camera_273609-46265.jpg",
- },
+ id: "t2", name: "Casey L.", date: "Nov 2023", title: "Style icon", quote: "My jacket is the best thing I own in my wardrobe.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/dark-skinned-bearded-hipster-guy-dressed-black-hoodie-sports-shorts-holds-skateboard-while-sitting-stairs-ghetto_613910-6253.jpg", imageSrc: "http://img.b2bpic.net/free-photo/displeased-man-basketball-player-holds-ball-looks-unhappily-camera_273609-46265.jpg"},
]}
/>
@@ -97,36 +62,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 55ae6e9..eb63068 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,6 +8,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
export default function LandingPage() {
return (
@@ -27,14 +28,10 @@ export default function LandingPage() {
@@ -42,33 +39,31 @@ export default function LandingPage() {
+
+
+
+
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 4e2953d..bdc5ace 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -51,24 +39,16 @@ export default function LandingPage() {
useInvertedBackground={false}
title="The Full Collection"
description={[
- "Explore our curated selection of retro jerseys and modern apparel. Every piece is designed to tell a story of heritage and quality.",
- ]}
+ "Explore our curated selection of retro jerseys and modern apparel. Every piece is designed to tell a story of heritage and quality."]}
/>
@@ -76,36 +56,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file