Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1503b6c2b2 | |||
| d207975c2f | |||
| 81460fc17c | |||
| 48aa2cde77 | |||
| 24a264c64c | |||
| 8a5aa0f3bf |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Sarah P.", handle: "@sarahp", testimonial: "Attention to detail is unmatched. I won't buy a car anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" },
|
{ name: "Sarah P.", handle: "@sarahp", testimonial: "Attention to detail is unmatched. I won't buy a car anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg" },
|
||||||
{ name: "David W.", handle: "@davidw", testimonial: "The professionalism here is simply outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg" }
|
{ name: "David W.", handle: "@davidw", testimonial: "The professionalism here is simply outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg" }
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Browse Inventory", href: "#inventory" }, { text: "Book Test Drive", href: "#contact" }]}
|
buttons={[{ text: "Browse Inventory", href: "inventory" }, { text: "Book Test Drive", href: "#contact" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434336.jpg"
|
||||||
imageAlt="Luxury car showroom"
|
imageAlt="Luxury car showroom"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="Ben Auto Sales"
|
logoText="Ben Auto Sales"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigate", items: [{ label: "Home", href: "#home" }, { label: "Inventory", href: "#inventory" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
{ title: "Navigate", items: [{ label: "Home", href: "#home" }, { label: "Inventory", href: "inventory" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user