Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #11.
This commit is contained in:
@@ -75,25 +75,37 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Teeth Cleaning", description: "Professional teeth cleaning service - Starting at $99", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service"
|
||||
id: 1,
|
||||
title: "Teeth Cleaning", description: "Professional teeth cleaning service - Starting at $99", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" }
|
||||
},
|
||||
{
|
||||
title: "Dental Implants", description: "Dental implant procedure - Starting at $1,500", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Dental implant procedure"
|
||||
id: 2,
|
||||
title: "Dental Implants", description: "Dental implant procedure - Starting at $1,500", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Dental implant procedure" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Dental implant procedure" }
|
||||
},
|
||||
{
|
||||
title: "Teeth Whitening", description: "Professional teeth whitening - Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "Professional teeth whitening"
|
||||
id: 3,
|
||||
title: "Teeth Whitening", description: "Professional teeth whitening - Starting at $199", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "Professional teeth whitening" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "Professional teeth whitening" }
|
||||
},
|
||||
{
|
||||
title: "Root Canal Treatment", description: "Root canal treatment - Starting at $800", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentistry-room_1157-19459.jpg", imageAlt: "Root canal treatment"
|
||||
id: 4,
|
||||
title: "Root Canal Treatment", description: "Root canal treatment - Starting at $800", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentistry-room_1157-19459.jpg", imageAlt: "Root canal treatment" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentistry-room_1157-19459.jpg", imageAlt: "Root canal treatment" }
|
||||
},
|
||||
{
|
||||
title: "Braces / Orthodontics", description: "Orthodontic braces treatment - Starting at $3,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg", imageAlt: "Orthodontic braces treatment"
|
||||
id: 5,
|
||||
title: "Braces / Orthodontics", description: "Orthodontic braces treatment - Starting at $3,000", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg", imageAlt: "Orthodontic braces treatment" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg", imageAlt: "Orthodontic braces treatment" }
|
||||
},
|
||||
{
|
||||
title: "Cosmetic Dentistry", description: "Cosmetic dentistry services - Starting at $500", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-gray-casual-summer-clothes-brown-hat-with-natural-makeup_158538-11648.jpg", imageAlt: "Cosmetic dentistry services"
|
||||
id: 6,
|
||||
title: "Cosmetic Dentistry", description: "Cosmetic dentistry services - Starting at $500", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-gray-casual-summer-clothes-brown-hat-with-natural-makeup_158538-11648.jpg", imageAlt: "Cosmetic dentistry services" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-gray-casual-summer-clothes-brown-hat-with-natural-makeup_158538-11648.jpg", imageAlt: "Cosmetic dentistry services" }
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
showStepNumbers={false}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user