Update src/app/page.tsx

This commit is contained in:
2026-04-12 05:24:10 +00:00
parent 55cdde023c
commit a66ed48462

View File

@@ -6,7 +6,6 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -25,168 +24,80 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "faq",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Dr. Rama Pada Dey"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Dr. Rama Pada Dey"
button={{ text: "Call Now", href: "tel:01718073757" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Dr. Rama Pada Dey"
description="District Veterinary Officer dedicated to the health and well-being of all animals. Expert diagnosis and treatment for your livestock and pets."
buttons={[
{
text: "Call Now",
href: "tel:01718073757",
},
]}
slides={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFAz6nB3Q8VMQIob5thi5yRVUj/uploaded-1775971396904-lkgkeiqc.jpg",
imageAlt: "Dr. Rama Pada Dey",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15980.jpg",
imageAlt: "Young farmer with livestock",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-unrecognizable-veterinarian-with-syringe-his-front-pocket-pigs-domestic-animals-pigpen-background_342744-333.jpg",
imageAlt: "Veterinarian in farm setting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-protective-clothes-holding-bottle-with-medicine-pig-farm_342744-338.jpg",
imageAlt: "Medical care for pig farm",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-scene-with-person-taking-care-pig-farm_23-2151462484.jpg",
imageAlt: "Field veterinary consultation",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Dr. Rama Pada Dey"
description="District Veterinary Officer dedicated to the health and well-being of all animals. Expert diagnosis and treatment for your livestock and pets."
buttons={[{ text: "Call Now", href: "tel:01718073757" }]}
slides={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFAz6nB3Q8VMQIob5thi5yRVUj/uploaded-1775971396904-lkgkeiqc.jpg", imageAlt: "Dr. Rama Pada Dey" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15980.jpg", imageAlt: "Young farmer with livestock" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-unrecognizable-veterinarian-with-syringe-his-front-pocket-pigs-domestic-animals-pigpen-background_342744-333.jpg", imageAlt: "Veterinarian in farm setting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-protective-clothes-holding-bottle-with-medicine-pig-farm_342744-338.jpg", imageAlt: "Medical care for pig farm" },
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-scene-with-person-taking-care-pig-farm_23-2151462484.jpg", imageAlt: "Field veterinary consultation" }
]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={true}
title="Dedicated Veterinary Service"
description={[
"As the District Veterinary Officer, I am committed to providing the highest standard of care for all animal patients.",
"With years of experience in animal science and clinical practice, I offer comprehensive medical services, vaccinations, and emergency care for cattle, poultry, and domestic pets.",
"Our mission is to improve animal health outcomes through professional medical intervention and expert guidance for farmers and pet owners alike.",
]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={true}
title="Dedicated Veterinary Service"
description={[
"As the District Veterinary Officer, I am committed to providing the highest standard of care for all animal patients.", "With years of experience in animal science and clinical practice, I offer comprehensive medical services, vaccinations, and emergency care for cattle, poultry, and domestic pets.", "Our mission is to improve animal health outcomes through professional medical intervention and expert guidance for farmers and pet owners alike."
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Animal Health Treatments",
content: "সকল ধরনের পশু পাখির চিকিৎসা করা হয়।",
},
{
id: "2",
title: "Vaccination Services",
content: "Professional vaccination programs for livestock and poultry disease prevention.",
},
{
id: "3",
title: "Emergency Consultation",
content: "Available for urgent animal health cases and field consultations in the district.",
},
{
id: "4",
title: "Nutrition & Care",
content: "Advice on nutritional planning and health management for farm animals.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-farmer-spending-time-with-dog_23-2149140375.jpg"
mediaAnimation="slide-up"
title="Comprehensive Veterinary Services"
description="Providing top-tier treatment and care for all types of animals and birds."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Animal Health Treatments", content: "সকল ধরনের পশু পাখির চিকিৎসা করা হয়।" },
{ id: "2", title: "Vaccination Services", content: "Professional vaccination programs for livestock and poultry disease prevention." },
{ id: "3", title: "Emergency Consultation", content: "Available for urgent animal health cases and field consultations in the district." },
{ id: "4", title: "Nutrition & Care", content: "Advice on nutritional planning and health management for farm animals." }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-farmer-spending-time-with-dog_23-2149140375.jpg"
mediaAnimation="slide-up"
title="Comprehensive Veterinary Services"
description="Providing top-tier treatment and care for all types of animals and birds."
faqsAnimation="slide-up"
/>
</div>
<div id="legal" data-section="legal">
<LegalSection />
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Need professional veterinary consultation? Contact Dr. Rama Pada Dey today for medical assistance."
buttons={[{ text: "Call 01718073757", href: "tel:01718073757" }]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
text="Need professional veterinary consultation? Contact Dr. Rama Pada Dey today for medical assistance."
buttons={[
{
text: "Call 01718073757",
href: "tel:01718073757",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Services",
href: "#faq",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
logoText="Dr. Rama Pada Dey"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="Dr. Rama Pada Dey"
/>
</div>
</ReactLenis>
</ThemeProvider>
);