Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c34188a85 | |||
| 6dfe80283a | |||
| 6ef673ee06 |
@@ -8,6 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
@@ -201,6 +202,38 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature-bento" data-section="feature-bento">
|
||||
<ProductCardThree
|
||||
title="Feature Bento Block"
|
||||
description="Discover our premium dental packages and service bundles designed for your convenience."
|
||||
tag="Packages"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="bento-grid"
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Complete Smile Makeover", price: "₹25,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg?_wi=1", imageAlt: "Smile makeover package", initialQuantity: 1,
|
||||
onProductClick: () => console.log("Complete Smile Makeover clicked")
|
||||
},
|
||||
{
|
||||
id: "2", name: "Family Dental Care", price: "₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg?_wi=1", imageAlt: "Family dental care", initialQuantity: 1,
|
||||
onProductClick: () => console.log("Family Dental Care clicked")
|
||||
},
|
||||
{
|
||||
id: "3", name: "Whitening & Cleaning", price: "₹5,000", imageSrc: "http://img.b2bpic.net/free-photo/background-beauty-care-chair-canal_1303-1837.jpg?_wi=1", imageAlt: "Whitening and cleaning", initialQuantity: 1,
|
||||
onProductClick: () => console.log("Whitening & Cleaning clicked")
|
||||
},
|
||||
{
|
||||
id: "4", name: "Implant Excellence", price: "₹35,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-patient_107420-65382.jpg?_wi=1", imageAlt: "Dental implant package", initialQuantity: 1,
|
||||
onProductClick: () => console.log("Implant Excellence clicked")
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Patients Say"
|
||||
|
||||
Reference in New Issue
Block a user