Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cd62aef27 | |||
| 482aa96500 | |||
| 292b6f7a39 |
@@ -190,6 +190,14 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
text="Visit us at: 123 Fuel Drive, Regina. Call us at (555) 123-4567. Open 24 hours daily."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com"
|
||||
},
|
||||
{
|
||||
text: "Call Now", href: "tel:+15551234567"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user