Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cf99458f2 | |||
| ceeaf9b534 | |||
| 7f42b78314 | |||
| b52829650d |
@@ -53,6 +53,8 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "CALL NOW", href: "tel:+12505550123"},
|
text: "CALL NOW", href: "tel:+12505550123"},
|
||||||
|
{
|
||||||
|
text: "Get Directions", href: "https://maps.google.com/?q=Western+Auto+Wreckers+Nelson+BC"},
|
||||||
{
|
{
|
||||||
text: "Get a Quote", href: "#contact"},
|
text: "Get a Quote", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
@@ -107,9 +109,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "s1", name: "Towing & Roadside", price: "24/7 Availability", variant: "Recovery & Rescue", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-holding-spare-tire_23-2148270683.jpg"},
|
id: "s1", name: "Towing & Roadside", price: "Emergency Support: 24/7", variant: "Recovery & Rescue", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-holding-spare-tire_23-2148270683.jpg"},
|
||||||
{
|
{
|
||||||
id: "s2", name: "Auto Repair", price: "Same Day Turnaround", variant: "Diagnostic & Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/car-engine-repair-garage_1170-1704.jpg"},
|
id: "s2", name: "Auto Repair", price: "Fastest Local Repair", variant: "Diagnostic & Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/car-engine-repair-garage_1170-1704.jpg"},
|
||||||
{
|
{
|
||||||
id: "s3", name: "Auto Wrecking", price: "Massive Inventory", variant: "Used & New Parts", imageSrc: "http://img.b2bpic.net/free-photo/amusement-park-childrens-day_23-2148606699.jpg"},
|
id: "s3", name: "Auto Wrecking", price: "Massive Inventory", variant: "Used & New Parts", imageSrc: "http://img.b2bpic.net/free-photo/amusement-park-childrens-day_23-2148606699.jpg"},
|
||||||
{
|
{
|
||||||
@@ -245,4 +247,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user