Update src/app/page.tsx

This commit is contained in:
2026-03-15 17:21:46 +00:00
parent 70ccaa0459
commit 8cb5a25972

View File

@@ -54,13 +54,13 @@ export default function LandingPage() {
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-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", 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-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", 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-3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-holding-yoga-mats_23-2149698111.jpg", 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"
@@ -69,12 +69,12 @@ export default function LandingPage() {
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"
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", imageAlt: "Wellness center interior"
}
]}
autoPlay={true}
autoPlayInterval={5000}
background="radial-gradient"
background={{ variant: "radial-gradient" }}
ariaLabel="Harshitha Wellness - Hero Section"
/>
</div>
@@ -86,7 +86,7 @@ export default function LandingPage() {
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"
imageSrc="http://img.b2bpic.net/free-photo/front-view-women-holding-yoga-mats_23-2149698111.jpg"
imageAlt="Transformation success at Harshitha Wellness"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -108,7 +108,7 @@ export default function LandingPage() {
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"
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"
imageAlt="Herbalife nutrition products"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -176,7 +176,7 @@ export default function LandingPage() {
{ text: "WhatsApp: 9701117223", href: "https://wa.me/919701117223" }
]}
buttonAnimation="slide-up"
background="radial-gradient"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
ariaLabel="Contact Harshitha Wellness"
/>