7 Commits

Author SHA1 Message Date
63b8ff5ed3 Update src/app/page.tsx 2026-03-07 00:26:23 +00:00
5bdbc626df Merge version_4 into main
Merge version_4 into main
2026-03-07 00:20:48 +00:00
85206f83e6 Update src/app/page.tsx 2026-03-07 00:20:44 +00:00
ae65ec736e Switch to version 2: modified src/app/page.tsx 2026-03-07 00:14:50 +00:00
ae05459beb Merge version_3 into main
Merge version_3 into main
2026-03-07 00:06:08 +00:00
4d0513675b Update src/app/page.tsx 2026-03-07 00:06:03 +00:00
b05d20d018 Merge version_2 into main
Merge version_2 into main
2026-03-06 23:56:17 +00:00

View File

@@ -6,7 +6,6 @@ import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import TextAbout from "@/components/sections/about/TextAbout";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
@@ -126,21 +125,6 @@ export default function LandingPage() {
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Skateboarders Worldwide"
description="Join hundreds of learners from around the world who have built confidence on the skateboard."
tag="Community Impact"
textboxLayout="default"
useInvertedBackground={false}
names={[
"Marrakech Skateboard Community", "CJF Morocco Programs", "Atlas Mountain Sports", "Tameslouht Fiere et Fort", "International Skate Alliance", "Women Skater Network", "Moroccan Youth Sports", "Inclusive Skateboarding Initiative"
]}
speed={40}
showCard={true}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
@@ -207,7 +191,7 @@ export default function LandingPage() {
{
title: "About", items: [
{ label: "Meet Houda", href: "#about" },
{ label: "Location: Tamelslohte", href: "https://share.google/mFIsJmMkYH3jZ7wkkU" },
{ label: "Location: Tameslouht, Marrakech, Morocco", href: "https://share.google/mFIsJmMkYH3jZ7wkk" },
{ label: "CJF Morocco Support", href: "#" },
{ label: "Community Impact", href: "#" },
],
@@ -231,7 +215,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2025 Houda's Skateboarding Experience. Located in Tamelslohte, Marrakech. 5% of proceeds support CJF Morocco community programs."
copyrightText="Let's Learn Together and Try a New Experience Where You Learn Not Just Skating But Confidence — © 2025 Houda's Skateboarding Experience in Tameslouht, Marrakech, Morocco. 5% of proceeds support CJF Morocco community programs."
/>
</div>
</ThemeProvider>