14 Commits

Author SHA1 Message Date
635c0606d0 Update src/app/page.tsx 2026-03-09 11:42:42 +00:00
27b2ca8657 Update src/app/page.tsx 2026-03-09 11:41:34 +00:00
3b384d9658 Update src/app/layout.tsx 2026-03-09 11:41:34 +00:00
ee44ab0db9 Merge version_2 into main
Merge version_2 into main
2026-03-07 23:54:58 +00:00
c7e0eaae8d Update src/app/page.tsx 2026-03-07 23:54:53 +00:00
6edc5443f1 Merge version_2 into main
Merge version_2 into main
2026-03-07 23:54:29 +00:00
31358257f5 Update theme colors 2026-03-07 23:54:23 +00:00
a21b27fbfe Merge version_2 into main
Merge version_2 into main
2026-03-07 23:51:39 +00:00
731fb6f245 Update src/app/page.tsx 2026-03-07 23:51:35 +00:00
b2aee4fdc4 Update src/app/layout.tsx 2026-03-07 23:51:35 +00:00
91019ba26c Merge version_1 into main
Merge version_1 into main
2026-03-07 23:47:58 +00:00
22e77ec9ae Merge version_1 into main
Merge version_1 into main
2026-03-07 23:47:18 +00:00
8677d1fc27 Merge version_1 into main
Merge version_1 into main
2026-03-07 23:46:05 +00:00
eef5d41c2c Merge version_1 into main
Merge version_1 into main
2026-03-07 23:45:04 +00:00
3 changed files with 12 additions and 1413 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--background: #FF49Bc;
--card: #f8f9fb;
--foreground: #001a40;
--primary-cta: #0000FF;