Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e1f1032d0 |
166
src/app/page.tsx
166
src/app/page.tsx
@@ -30,73 +30,46 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Almost Athletic Co"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/#products",
|
||||
}}
|
||||
text: "Shop Now", href: "/#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Almost There. Always Grinding."
|
||||
description="Almost Athletic Co celebrates the real gym culture—the sweat, the struggle, the community. Where almost counts, and every rep matters."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join the Movement",
|
||||
href: "/#about",
|
||||
},
|
||||
text: "Join the Movement", href: "/#about"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-drinking-water-bottle-doing-sports-morning-park_285396-4386.jpg",
|
||||
alt: "Fitness enthusiast 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-drinking-water-bottle-doing-sports-morning-park_285396-4386.jpg", alt: "Fitness enthusiast 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-working-out-from-home-drinking-water-her-sport-training-session-living-room_1258-189381.jpg",
|
||||
alt: "Fitness enthusiast 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-working-out-from-home-drinking-water-her-sport-training-session-living-room_1258-189381.jpg", alt: "Fitness enthusiast 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg",
|
||||
alt: "Fitness enthusiast 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg", alt: "Fitness enthusiast 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-pointing-something-with-cool-attitude_23-2149219794.jpg",
|
||||
alt: "Fitness enthusiast 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-pointing-something-with-cool-attitude_23-2149219794.jpg", alt: "Fitness enthusiast 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg",
|
||||
alt: "Fitness enthusiast 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg", alt: "Fitness enthusiast 5"},
|
||||
]}
|
||||
avatarText="100k+ Athletes Strong"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/activity-gym_1098-15165.jpg"
|
||||
@@ -111,9 +84,7 @@ export default function LandingPage() {
|
||||
title="Our Philosophy: Effort Over Perfection"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Values",
|
||||
href: "/#features",
|
||||
},
|
||||
text: "Discover Our Values", href: "/#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,36 +97,24 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Unbreakable Community",
|
||||
description: "Connect with a global network of fitness enthusiasts who celebrate every personal victory and support each other through every challenge. Your grind is our grind.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-using-mobile-phone_23-2148207376.jpg",
|
||||
},
|
||||
title: "Unbreakable Community", description: "Connect with a global network of fitness enthusiasts who celebrate every personal victory and support each other through every challenge. Your grind is our grind.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-using-mobile-phone_23-2148207376.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148285908.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-smartphone_23-2148285908.jpg"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Performance Gear",
|
||||
description: "Engineered for maximum comfort and durability, our apparel supports you through the toughest workouts. Look good, feel great, and perform at your best, always.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fit-woman-holding-smartphone_23-2149168695.jpg",
|
||||
},
|
||||
title: "Premium Performance Gear", description: "Engineered for maximum comfort and durability, our apparel supports you through the toughest workouts. Look good, feel great, and perform at your best, always.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fit-woman-holding-smartphone_23-2149168695.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/minimalist-floral-spring-instagram-stories_23-2148907934.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/minimalist-floral-spring-instagram-stories_23-2148907934.jpg"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Authentic Lifestyle",
|
||||
description: "Almost Athletic Co is more than clothes; it's a statement. Embrace the lifestyle of dedication, resilience, and genuine gym culture, both inside and outside the gym.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-woman-sitting-steps-outdoors-chatting-by-phone_171337-8202.jpg",
|
||||
},
|
||||
title: "Authentic Lifestyle", description: "Almost Athletic Co is more than clothes; it's a statement. Embrace the lifestyle of dedication, resilience, and genuine gym culture, both inside and outside the gym.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-woman-sitting-steps-outdoors-chatting-by-phone_171337-8202.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-taking-selfie_23-2148343487.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-taking-selfie_23-2148343487.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -172,26 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "t-shirt-1",
|
||||
name: "Apex Performance Tee",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-athlete-stone-wall_23-2147988136.jpg",
|
||||
id: "hoodie-1", name: "Classic Fleece Hoodie", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-hoodie_171337-12497.jpg"
|
||||
},
|
||||
{
|
||||
id: "hoodie-1",
|
||||
name: "Grind Fleece Hoodie",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-model-with-perfect-tanned-body-female-posing-studio-near-gray-wall-holds-hand-hair-tail_158538-3526.jpg",
|
||||
id: "hoodie-2", name: "Performance Zip Hoodie", price: "$69.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-hoodie_23-2149423653.jpg"
|
||||
},
|
||||
{
|
||||
id: "shorts-1",
|
||||
name: "Stride Training Shorts",
|
||||
price: "$42.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-happy-fitness-woman_171337-13312.jpg",
|
||||
},
|
||||
id: "hoodie-3", name: "Essential Pullover Hoodie", price: "$54.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-hoodie-running_23-2148767675.jpg"
|
||||
}
|
||||
]}
|
||||
title="Gear Up for Your Next Grind"
|
||||
description="Designed for those who live the gym life. Performance and style in every stitch."
|
||||
title="Essential Hoodies for Every Grind"
|
||||
description="Our core collection, engineered for warmth, comfort, and unwavering performance. Find your perfect fit."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -200,32 +150,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-motivated-sportswoman-feeling-pleasant-fatigue-after-workout-training-session-crossfit-functional-gym-love-sports-fitness-wear-sportsbra-lean-health-club-wall-smile-camera_197531-30450.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-motivated-sportswoman-feeling-pleasant-fatigue-after-workout-training-session-crossfit-functional-gym-love-sports-fitness-wear-sportsbra-lean-health-club-wall-smile-camera_197531-30450.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-women-gym_23-2148419849.jpg",
|
||||
imageAlt: "Mark D.",
|
||||
},
|
||||
id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-women-gym_23-2148419849.jpg", imageAlt: "Mark D."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-healthy-nature-sport-training-lifestyle_1303-3324.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/health-healthy-nature-sport-training-lifestyle_1303-3324.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg",
|
||||
imageAlt: "David L.",
|
||||
},
|
||||
id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg", imageAlt: "David L."},
|
||||
]}
|
||||
cardTitle="Hear From Our Community"
|
||||
cardTag="Real Stories"
|
||||
cardTitle="Hoodie Love: What Our Community Says"
|
||||
cardTag="Real Comfort, Real Performance"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -233,29 +167,21 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Join the Almost Athletic Family"
|
||||
description="Have a question, feedback, or just want to connect? We'd love to hear from you. Reach out and let's build something great together."
|
||||
title="Connect with the Hoodie Nation"
|
||||
description="Got a question about our hoodies, sizing, or just want to share your favorite Almost Athletic moment? Reach out to us!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-exercising-outdoors_329181-11221.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hooded-man-with-smartphone_23-2148417937.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
@@ -266,13 +192,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Almost Athletic Co"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user