Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0eb4844479 | |||
| f9d98d5f46 | |||
| 249edee5d6 |
@@ -28,6 +28,7 @@ import {
|
|||||||
ThumbsUp,
|
ThumbsUp,
|
||||||
HelpCircle,
|
HelpCircle,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -68,7 +69,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now (919) 222-2755", href: "tel:(919) 222-2755"
|
text: "Get Pre-Approved Now", href: "tel:(919) 222-2755"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "View Inventory", href: "#inventory"
|
text: "View Inventory", href: "#inventory"
|
||||||
|
|||||||
Reference in New Issue
Block a user