diff --git a/src/app/betting/page.tsx b/src/app/betting/page.tsx
new file mode 100644
index 0000000..448f029
--- /dev/null
+++ b/src/app/betting/page.tsx
@@ -0,0 +1,27 @@
+"use client";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+
+export default function BettingPage() {
+ return (
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/games/page.tsx b/src/app/games/page.tsx
new file mode 100644
index 0000000..b88bd32
--- /dev/null
+++ b/src/app/games/page.tsx
@@ -0,0 +1,27 @@
+"use client";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+
+export default function GamesPage() {
+ return (
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx
new file mode 100644
index 0000000..19e5b28
--- /dev/null
+++ b/src/app/login/page.tsx
@@ -0,0 +1,22 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+
+export default function LoginPage() {
+ return (
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 204c29c..ed214b5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,9 +30,10 @@ export default function LandingPage() {
@@ -43,21 +44,15 @@ export default function LandingPage() {
title="Reliable Freight Solutions for Every Mile"
description="Swift Haul provides efficient, secure, and time-sensitive trucking services across the nation. Your cargo, our priority."
buttons={[
- {
- text: "Get a Quote", href: "#contact"},
+ { text: "Get a Quote", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg", alt: "Logistics partner 1"},
- {
- src: "http://img.b2bpic.net/free-photo/successful-woman-with-laptop-smiling-looking-side_259150-56871.jpg", alt: "Logistics partner 2"},
- {
- src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12782.jpg", alt: "Logistics partner 3"},
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2149214304.jpg", alt: "Logistics partner 4"},
- {
- src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", alt: "Logistics partner 5"},
+ { src: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg", alt: "Logistics partner 1" },
+ { src: "http://img.b2bpic.net/free-photo/successful-woman-with-laptop-smiling-looking-side_259150-56871.jpg", alt: "Logistics partner 2" },
+ { src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12782.jpg", alt: "Logistics partner 3" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2149214304.jpg", alt: "Logistics partner 4" },
+ { src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", alt: "Logistics partner 5" },
]}
avatarText="Trusted by 500+ partners"
/>
@@ -71,12 +66,9 @@ export default function LandingPage() {
title="Years of Excellence in Logistics"
description="We started as a local carrier and have evolved into a full-scale logistics powerhouse. We combine modern technology with traditional trucking values to ensure your shipments are delivered safely and on schedule."
bulletPoints={[
- {
- title: "24/7 Dispatch", description: "Round-the-clock support for your freight."},
- {
- title: "Real-time Tracking", description: "Know where your cargo is every second."},
- {
- title: "Certified Drivers", description: "Experienced professionals behind the wheel."},
+ { title: "24/7 Dispatch", description: "Round-the-clock support for your freight." },
+ { title: "Real-time Tracking", description: "Know where your cargo is every second." },
+ { title: "Certified Drivers", description: "Experienced professionals behind the wheel." },
]}
imageSrc="http://img.b2bpic.net/free-photo/asian-employees-checking-warehouse-supplies-tablet-files-working-with-storage-room-logistics-young-team-people-using-gadget-papers-business-plan-production_482257-59955.jpg"
mediaAnimation="slide-up"
@@ -89,15 +81,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Route Optimization", description: "Advanced planning for faster deliveries.", bentoComponent: "reveal-icon", icon: Zap
- },
- {
- title: "Global Logistics", description: "Connecting your business to the world.", bentoComponent: "reveal-icon", icon: Globe
- },
- {
- title: "Secure Shipping", description: "End-to-end cargo protection.", bentoComponent: "reveal-icon", icon: ShieldCheck
- },
+ { title: "Route Optimization", description: "Advanced planning for faster deliveries.", bentoComponent: "reveal-icon", icon: Zap },
+ { title: "Global Logistics", description: "Connecting your business to the world.", bentoComponent: "reveal-icon", icon: Globe },
+ { title: "Secure Shipping", description: "End-to-end cargo protection.", bentoComponent: "reveal-icon", icon: ShieldCheck },
]}
title="Core Transportation Services"
description="From long-haul freight to specialized equipment, we have the capacity to handle your unique logistical challenges."
@@ -111,12 +97,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "15K+", description: "Shipments Completed"},
- {
- id: "m2", value: "500+", description: "Active Fleet Trucks"},
- {
- id: "m3", value: "99.8%", description: "On-time Delivery Rate"},
+ { id: "m1", value: "15K+", description: "Shipments Completed" },
+ { id: "m2", value: "500+", description: "Active Fleet Trucks" },
+ { id: "m3", value: "99.8%", description: "On-time Delivery Rate" },
]}
title="Our Impact in Numbers"
description="Proven performance and reliability for thousands of satisfied customers across the country."
@@ -128,16 +111,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1", title: "Reliable Partner", quote: "Swift Haul has transformed our supply chain reliability.", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg"},
- {
- id: "2", title: "Exceptional Service", quote: "Their team goes above and beyond to meet deadlines.", name: "Sarah Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg"},
- {
- id: "3", title: "Top Tier Logistics", quote: "Communication is excellent, zero issues so far.", name: "Mike Ross", role: "Logistics Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg"},
- {
- id: "4", title: "Consistent Quality", quote: "Our goods arrive in perfect condition every time.", name: "Jane Wilson", role: "Supply Chain Head", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg"},
- {
- id: "5", title: "Highly Recommend", quote: "Great professional company, dependable partners.", name: "Robert Brown", role: "VP Operations", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171290.jpg"},
+ { id: "1", title: "Reliable Partner", quote: "Swift Haul has transformed our supply chain reliability.", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg" },
+ { id: "2", title: "Exceptional Service", quote: "Their team goes above and beyond to meet deadlines.", name: "Sarah Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg" },
+ { id: "3", title: "Top Tier Logistics", quote: "Communication is excellent, zero issues so far.", name: "Mike Ross", role: "Logistics Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg" },
+ { id: "4", title: "Consistent Quality", quote: "Our goods arrive in perfect condition every time.", name: "Jane Wilson", role: "Supply Chain Head", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg" },
+ { id: "5", title: "Highly Recommend", quote: "Great professional company, dependable partners.", name: "Robert Brown", role: "VP Operations", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171290.jpg" },
]}
title="What Our Partners Say"
description="Businesses rely on Swift Haul for consistent performance and professional communication at every stage of the shipping journey."
@@ -147,12 +125,10 @@ export default function LandingPage() {
@@ -162,19 +138,15 @@ export default function LandingPage() {
logoText="Swift Haul"
columns={[
{
- title: "Company", items: [
- {
- label: "About", href: "#about"},
- {
- label: "Services", href: "#features"},
+ title: "Legal & Safety", items: [
+ { label: "Responsible Gambling", href: "/responsible-gambling" },
+ { label: "Terms and Conditions", href: "/terms" },
],
},
{
title: "Support", items: [
- {
- label: "Contact", href: "#contact"},
- {
- label: "Privacy Policy", href: "#"},
+ { label: "Contact", href: "/contact" },
+ { label: "Login", href: "/login" },
],
},
]}
diff --git a/src/app/responsible-gambling/page.tsx b/src/app/responsible-gambling/page.tsx
new file mode 100644
index 0000000..a9e05f9
--- /dev/null
+++ b/src/app/responsible-gambling/page.tsx
@@ -0,0 +1,23 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import LegalSection from '@/components/legal/LegalSection';
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+
+export default function ResponsibleGamblingPage() {
+ return (
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx
new file mode 100644
index 0000000..d2402de
--- /dev/null
+++ b/src/app/terms/page.tsx
@@ -0,0 +1,23 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import LegalSection from '@/components/legal/LegalSection';
+import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
+
+export default function TermsPage() {
+ return (
+
+
+
+
+
+
+ );
+}
\ No newline at end of file