Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67da08fef1 | |||
| d18a5c0bf9 |
@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, Clock, Shield, Star, TrendingUp, Zap } from "lucide-react";
|
||||
import { Award, Clock, MessageCircle, Shield, Star, TrendingUp, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="LaserDental"
|
||||
button={{
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/yourphonenumber"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -236,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user