Update src/app/page.tsx
This commit is contained in:
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Get a Quote", href: "/contact"},
|
||||
{
|
||||
text: "Call Now 07xxx xxxxxx", href: "tel:07xxxxxxxx"},
|
||||
text: "Call Now 07927282276", href: "tel:07927282276"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
@@ -236,7 +236,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Get a Quote", href: "/contact"},
|
||||
{
|
||||
text: "Call 07xxx xxxxxx", href: "tel:07xxxxxxxx"},
|
||||
text: "Call 07927282276", href: "tel:07927282276"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -290,4 +290,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user