220 lines
12 KiB
TypeScript
220 lines
12 KiB
TypeScript
"use client"
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
|
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
|
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
|
import { Heart, Leaf, Phone, Star, Zap } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-stagger"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="soft"
|
|
contentWidth="small"
|
|
sizing="largeSmall"
|
|
background="circleGradient"
|
|
cardStyle="glass-depth"
|
|
primaryButtonStyle="shadow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="light"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
brandName="Harshitha Wellness"
|
|
navItems={[
|
|
{ name: "Home", id: "hero" },
|
|
{ name: "About", id: "about" },
|
|
{ name: "Services", id: "features" },
|
|
{ name: "Success Stories", id: "testimonials" },
|
|
{ name: "Contact", id: "contact" }
|
|
]}
|
|
button={{
|
|
text: "Call Now", href: "tel:9347332908"
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardRotatedCarousel
|
|
title="Harshitha Wellness Nutrition Center"
|
|
description="Healthy Lifestyle • Daily Nutrition • Wellness Support. Helping people achieve better health through balanced nutrition and lifestyle guidance."
|
|
tag="Welcome"
|
|
tagIcon={Leaf}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{ text: "Call: 9347332908", href: "tel:9347332908" },
|
|
{ text: "WhatsApp: 9701117223", href: "https://wa.me/919701117223" }
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
carouselItems={[
|
|
{
|
|
id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=1", imageAlt: "Harshitha Wellness Nutrition Center storefront"
|
|
},
|
|
{
|
|
id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-with-white-towel-her-shoulder-holding-glass-juice-showing-thumb-up-sign_23-2148047366.jpg?_wi=1", imageAlt: "Nutritional products and wellness shakes"
|
|
},
|
|
{
|
|
id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-holding-yoga-mats_23-2149698111.jpg?_wi=1", imageAlt: "Customer transformation and success story"
|
|
},
|
|
{
|
|
id: "slide-4", imageSrc: "http://img.b2bpic.net/free-photo/team-medial-researchers-monitoring-vo2-man-performance-sports-wearing-mask-running-lab-science-doctor-measuring-endurance-sportsman-while-ekg-scan-runs-computer-screen-laboratory_482257-13188.jpg", imageAlt: "Body measurement and wellness tracking"
|
|
},
|
|
{
|
|
id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291441.jpg", imageAlt: "Health transformation journey"
|
|
},
|
|
{
|
|
id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=2", imageAlt: "Wellness center interior"
|
|
}
|
|
]}
|
|
autoPlay={true}
|
|
autoPlayInterval={5000}
|
|
background={{ variant: "radial-gradient" }}
|
|
ariaLabel="Harshitha Wellness - Hero Section"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MetricSplitMediaAbout
|
|
title="About Our Center"
|
|
description="Harshitha Wellness Nutrition Center was founded by Elisha Rani to help people improve their health through proper nutrition and healthy habits. We provide a friendly and supportive environment where members can learn about balanced nutrition and wellness. Our goal is to support individuals who want to manage their weight, improve energy levels, build a healthy active lifestyle, and follow proper nutrition routines."
|
|
tag="Our Story"
|
|
tagIcon={Heart}
|
|
tagAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-women-holding-yoga-mats_23-2149698111.jpg?_wi=2"
|
|
imageAlt="Transformation success at Harshitha Wellness"
|
|
mediaAnimation="slide-up"
|
|
metricsAnimation="slide-up"
|
|
useInvertedBackground={true}
|
|
metrics={[
|
|
{ value: "RTC Colony", title: "Prime Location" },
|
|
{ value: "7:30 AM", title: "Opening Time" },
|
|
{ value: "100+", title: "Happy Members" },
|
|
{ value: "24/7", title: "Support Available" }
|
|
]}
|
|
ariaLabel="About Harshitha Wellness Center"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardTwentyOne
|
|
title="Our Programs & Services"
|
|
description="We offer comprehensive wellness solutions designed to help you achieve your health goals through proven nutrition and lifestyle coaching."
|
|
tag="Services"
|
|
tagIcon={Zap}
|
|
tagAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-with-white-towel-her-shoulder-holding-glass-juice-showing-thumb-up-sign_23-2148047366.jpg?_wi=2"
|
|
imageAlt="Herbalife nutrition products"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
useInvertedBackground={false}
|
|
accordionItems={[
|
|
{
|
|
id: "nutrition-shakes", title: "Daily Nutrition Shakes", content: "Balanced nutrition shakes to support a healthy lifestyle. Our carefully formulated products provide essential nutrients to keep you energized throughout the day."
|
|
},
|
|
{
|
|
id: "weight-management", title: "Weight Management", content: "Personalized guidance for healthy weight control and lifestyle improvement. We help you achieve sustainable results through proper nutrition and daily habits."
|
|
},
|
|
{
|
|
id: "wellness-coaching", title: "Wellness Coaching", content: "Simple, practical coaching to help maintain good daily habits. Our experienced coaches support you on your wellness journey with proven strategies."
|
|
},
|
|
{
|
|
id: "body-tracking", title: "Body Measurement Tracking", content: "Comprehensive body analysis including weight, BMI, body fat percentage, and muscle mass. Track your progress and celebrate your achievements with us."
|
|
}
|
|
]}
|
|
ariaLabel="Our Services and Programs"
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardOne
|
|
title="Success Stories"
|
|
description="Real results from real people. Many members have improved their lifestyle and health by following daily nutrition routines and healthy habits. Your wellness journey can start today."
|
|
tag="Real Results"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
gridVariant="three-columns-all-equal-width"
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
testimonials={[
|
|
{
|
|
id: "test-1", name: "Priya Sharma", role: "Teacher", company: "Local School", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg"
|
|
},
|
|
{
|
|
id: "test-2", name: "Rajesh Kumar", role: "Business Owner", company: "Entrepreneur", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-3215.jpg"
|
|
},
|
|
{
|
|
id: "test-3", name: "Anjali Reddy", role: "Homemaker", company: "Health Enthusiast", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-blue-clothes-smiling_23-2148055977.jpg"
|
|
},
|
|
{
|
|
id: "test-4", name: "Vikram Patel", role: "IT Professional", company: "Tech Company", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-street_839833-16677.jpg"
|
|
}
|
|
]}
|
|
ariaLabel="Customer Success Stories"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCTA
|
|
tag="Get In Touch"
|
|
tagIcon={Phone}
|
|
tagAnimation="slide-up"
|
|
title="Visit Harshitha Wellness Nutrition Center"
|
|
description="Located at RTC Colony Bus Stand, Rampally on Ghatkesar Road, Hyderabad. We're open daily from 7:30 AM to 9:30 AM. Contact us via phone or WhatsApp to start your wellness journey today."
|
|
buttons={[
|
|
{ text: "Call: 9347332908", href: "tel:9347332908" },
|
|
{ text: "WhatsApp: 9701117223", href: "https://wa.me/919701117223" }
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
background={{ variant: "radial-gradient" }}
|
|
useInvertedBackground={false}
|
|
ariaLabel="Contact Harshitha Wellness"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="Harshitha Wellness"
|
|
columns={[
|
|
{
|
|
title: "Quick Links", items: [
|
|
{ label: "Home", href: "#hero" },
|
|
{ label: "About Us", href: "#about" },
|
|
{ label: "Services", href: "#features" },
|
|
{ label: "Success Stories", href: "#testimonials" }
|
|
]
|
|
},
|
|
{
|
|
title: "Contact", items: [
|
|
{ label: "Phone: 9347332908", href: "tel:9347332908" },
|
|
{ label: "WhatsApp: 9701117223", href: "https://wa.me/919701117223" },
|
|
{ label: "Location: RTC Colony, Rampally", href: "#" },
|
|
{ label: "Hours: 7:30 AM - 9:30 AM", href: "#" }
|
|
]
|
|
},
|
|
{
|
|
title: "Information", items: [
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms & Conditions", href: "#" },
|
|
{ label: "Herbalife Disclaimer", href: "#" }
|
|
]
|
|
}
|
|
]}
|
|
copyrightText="© 2025 Harshitha Wellness Nutrition Center. Operated by Independent Herbalife Nutrition Member. All rights reserved."
|
|
ariaLabel="Site Footer"
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|