Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-22 07:10:24 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Award, Cloud, Code, HelpCircle, Smartphone, Sparkles, Star, Users, Zap } from "lucide-react";
import { Award, Cloud, Code, HelpCircle, Smartphone, Sparkles, Star, Users, Zap, Calendar, MapPin, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -208,7 +208,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Have questions about our services? We've compiled answers to the most common inquiries from our clients."
description="Have questions about our dental services or scheduling? We've compiled answers to help you learn more about our practice and what to expect."
tag="FAQ"
tagIcon={HelpCircle}
tagAnimation="slide-up"
@@ -217,26 +217,26 @@ export default function LandingPage() {
faqsAnimation="slide-up"
mediaAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BI4ENKOlAWgDve9ViCRVGWAvSD/a-collaborative-web-development-team-wor-1774163204691-8b487e52.png"
imageAlt="Our team working"
imageAlt="Our dental team"
mediaPosition="right"
faqs={[
{
id: "1", title: "What is your typical project timeline?", content: "Most projects take 8-16 weeks depending on complexity and scope. We provide a detailed timeline during the initial consultation and keep you updated throughout development."
id: "1", title: "How often should I have a dental checkup?", content: "We recommend visiting us twice a year for regular cleanings and checkups. However, patients with specific dental concerns or those prone to gum disease may benefit from more frequent visits. During your initial consultation, we'll recommend a schedule tailored to your needs."
},
{
id: "2", title: "Do you provide ongoing support and maintenance?", content: "Absolutely! We offer various support packages including bug fixes, feature updates, performance monitoring, and security patches to ensure your application runs smoothly."
id: "2", title: "What should I do in case of a dental emergency?", content: "Contact our office immediately at your earliest convenience. We set aside time in our schedule for emergency cases. For after-hours emergencies, please call our emergency hotline. If you're experiencing severe pain or trauma, visit the nearest emergency room."
},
{
id: "3", title: "What technologies do you specialize in?", content: "We work with modern tech stacks including React, Next.js, Node.js, TypeScript, MongoDB, PostgreSQL, AWS, and more. We select the best tools for your specific project needs."
id: "3", title: "Do you offer teeth whitening services?", content: "Yes, we offer professional teeth whitening treatments that are more effective than over-the-counter options. We provide both in-office whitening and custom take-home trays. Our cosmetic dentistry team will help you achieve your desired smile."
},
{
id: "4", title: "How do you approach project communication?", content: "We believe in transparent, regular communication. You'll have a dedicated project manager, weekly updates, and access to our project management tools to track progress in real-time."
id: "4", title: "What is your cancellation policy?", content: "We require at least 24 hours notice for appointment cancellations or rescheduling. Cancellations made less than 24 hours before your appointment may be subject to a cancellation fee. We understand emergencies happen—please call us as soon as possible."
},
{
id: "5", title: "What happens if requirements change during development?", content: "Changes are a natural part of development. We manage this through a flexible agile process, clearly communicate impacts on timeline and budget, and keep you involved in all decisions."
id: "5", title: "Do you accept dental insurance?", content: "We accept most major dental insurance plans. Our staff will verify your coverage and help explain your benefits. We also offer flexible payment plans for patients without insurance or those with high out-of-pocket costs."
},
{
id: "6", title: "Do you offer mobile app development?", content: "Yes! We develop native iOS and Android apps as well as cross-platform solutions using React Native. We ensure your app is performant, user-friendly, and scalable."
id: "6", title: "How can I improve my oral hygiene at home?", content: "Brush twice daily with fluoride toothpaste, floss daily, and rinse with mouthwash. Limit sugary foods and drinks, don't smoke, and stay hydrated. Our hygienists can provide personalized recommendations during your visit to help you maintain optimal oral health."
}
]}
/>
@@ -244,43 +244,43 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your vision into a powerful web solution? Let's talk! Contact our team today to discuss your project and discover how we can help your business succeed."
text="Ready to schedule your dental appointment or have questions about our services? Get in touch with our friendly team today. We're committed to providing exceptional care and making you feel comfortable every step of the way."
animationType="entrance-slide"
background={{ variant: "canvas-reveal" }}
useInvertedBackground={false}
buttons={[
{ text: "Start Your Project", href: "mailto:hello@webuild.dev" },
{ text: "Schedule a Call", href: "https://calendly.com/webuild" }
{ text: "Book an Appointment", href: "https://calendly.com/dental-practice" },
{ text: "Contact Us", href: "mailto:hello@dentalpractice.com" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Webuild"
logoText="Dental Practice"
columns={[
{
items: [
{ label: "Services", href: "#services" },
{ label: "Portfolio", href: "#portfolio" },
{ label: "About Us", href: "#about" },
{ label: "Team", href: "#team" },
{ label: "About", href: "#about" }
{ label: "FAQ", href: "#faq" }
]
},
{
items: [
{ label: "GitHub", href: "https://github.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Email", href: "mailto:hello@webuild.dev" }
{ label: "📍 123 Dental Street", href: "#" },
{ label: "📞 (555) 123-4567", href: "tel:+15551234567" },
{ label: "📧 hello@dentalpractice.com", href: "mailto:hello@dentalpractice.com" },
{ label: "⏰ Mon-Fri: 9AM-6PM", href: "#" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
{ label: "Contact", href: "#contact" }
{ label: "Patient Forms", href: "#" },
{ label: "Book Appointment", href: "https://calendly.com/dental-practice" }
]
}
]}