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() { @@ -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() { @@ -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() { ); -} +} \ No newline at end of file