Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6915bb66ac | |||
| e4dc5c008a | |||
| 8674abb6f5 |
@@ -26,17 +26,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="FitTools Hub"
|
||||
/>
|
||||
@@ -45,27 +39,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Free Fitness Calculators"
|
||||
description="Simple tools to improve your body and performance. Reach your fitness goals faster with instant calculations."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=1",
|
||||
imageAlt: "Abstract neon fitness background",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=1", imageAlt: "Abstract neon fitness background"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=2",
|
||||
imageAlt: "Abstract neon fitness background",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=2", imageAlt: "Abstract neon fitness background"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#tools",
|
||||
},
|
||||
text: "Get Started", href: "#tools"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,32 +64,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Calorie Calculator",
|
||||
description: "Find your daily maintenance calories for weight goals.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=3",
|
||||
imageAlt: "Calorie tracker",
|
||||
},
|
||||
title: "Calorie Calculator", description: "Find your daily maintenance calories for weight goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=3", imageAlt: "Calorie tracker"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Protein Intake",
|
||||
description: "Know how much protein you need for muscle growth.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=4",
|
||||
imageAlt: "Protein metrics",
|
||||
},
|
||||
title: "Protein Intake", description: "Know how much protein you need for muscle growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=4", imageAlt: "Protein metrics"},
|
||||
{
|
||||
id: 3,
|
||||
title: "BMI Calculator",
|
||||
description: "Free BMI calculator to track your health status.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=5",
|
||||
imageAlt: "BMI tracking",
|
||||
},
|
||||
title: "BMI Calculator", description: "Free BMI calculator to track your health status.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=5", imageAlt: "BMI tracking"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Water Intake",
|
||||
description: "Stay hydrated with our daily water needs tool.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=6",
|
||||
imageAlt: "Hydration tracking",
|
||||
},
|
||||
title: "Water Intake", description: "Stay hydrated with our daily water needs tool.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=6", imageAlt: "Hydration tracking"},
|
||||
]}
|
||||
title="Fitness Calculator Hub"
|
||||
description="Essential metrics to track your progress accurately."
|
||||
@@ -114,25 +85,17 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUU3EjdDraFQpMnThzraTIyM18/abstract-dark-background-with-glowing-ne-1774543114132-db31c24d.png?_wi=7"
|
||||
columns={[
|
||||
{
|
||||
title: "Tools",
|
||||
items: [
|
||||
title: "Tools", items: [
|
||||
{
|
||||
label: "Calorie Calc",
|
||||
href: "#",
|
||||
},
|
||||
label: "Calorie Calc", href: "#"},
|
||||
{
|
||||
label: "BMI Calc",
|
||||
href: "#",
|
||||
},
|
||||
label: "BMI Calc", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -144,4 +107,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user