Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7e0eaae8d | |||
| 31358257f5 | |||
| 731fb6f245 | |||
| b2aee4fdc4 | |||
| 91019ba26c | |||
| 22e77ec9ae | |||
| 8677d1fc27 | |||
| eef5d41c2c |
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -45,11 +45,10 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Get a Quote", href: "contact" },
|
||||
{ text: "Contact Us", href: "contact" }
|
||||
{ text: "Request Transport Quote", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-truck-driver-checking-vehicle-tightening-truck-tarpaulin_342744-292.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdekffV3WI1BpmtzaQr9YAQQil/uploaded-1772927591345-6e2traix.jpg"
|
||||
imageAlt="Professional freight truck on European highway"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--background: #FF49Bc;
|
||||
--card: #f8f9fb;
|
||||
--foreground: #001a40;
|
||||
--primary-cta: #0000FF;
|
||||
|
||||
Reference in New Issue
Block a user