Compare commits
24 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| d13efa4e02 | |||
| 4d72102f21 | |||
| a61468b025 | |||
| ab1f3203bc | |||
| cb55672958 | |||
| 3c677bb313 | |||
| 3eaefcf72c | |||
| e44931a49f | |||
| 75053340dd | |||
| 80629f7f57 | |||
| 1d05a8b33c | |||
| ccf9ad08f6 | |||
| d03138362b | |||
| 8475889519 | |||
| 2f659f0d6f | |||
| 7686cd5717 | |||
| e311087297 | |||
| a9955adc09 | |||
| 459782090c | |||
| df6d4da64b | |||
| 3e8632f486 | |||
| ff3f604371 | |||
| a7014534a3 | |||
| 554768acc6 |
60
src/app/contact/page.tsx
Normal file
60
src/app/contact/page.tsx
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
|
|
||||||
|
export default function ContactPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="text-stagger"
|
||||||
|
defaultTextAnimation="reveal-blur"
|
||||||
|
borderRadius="pill"
|
||||||
|
contentWidth="smallMedium"
|
||||||
|
sizing="mediumLarge"
|
||||||
|
background="noiseDiagonalGradient"
|
||||||
|
cardStyle="glass-depth"
|
||||||
|
primaryButtonStyle="double-inset"
|
||||||
|
secondaryButtonStyle="glass"
|
||||||
|
headingFontWeight="medium"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarStyleApple
|
||||||
|
navItems={[
|
||||||
|
{ name: "About", id: "/#about" },
|
||||||
|
{ name: "Services", id: "/#services" },
|
||||||
|
{ name: "Customers", id: "/customers" },
|
||||||
|
{ name: "Trust", id: "/#trust" },
|
||||||
|
{ name: "Contact", id: "/contact" },
|
||||||
|
]}
|
||||||
|
brandName="Still Trucking"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contact" data-section="contact">
|
||||||
|
<ContactCenter
|
||||||
|
tag="Get in touch"
|
||||||
|
title="Contact Our Team"
|
||||||
|
description="Reach out to us for any freight logistics inquiries and service requests."
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterBaseCard
|
||||||
|
logoText="Still Trucking Inc"
|
||||||
|
columns={[
|
||||||
|
{ title: "Company", items: [{ label: "About", href: "/#about" }, { label: "Services", href: "/#services" }] },
|
||||||
|
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Safety", href: "#" }] },
|
||||||
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
66
src/app/customers/page.tsx
Normal file
66
src/app/customers/page.tsx
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import ReactLenis from "lenis/react";
|
||||||
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
|
|
||||||
|
export default function CustomersPage() {
|
||||||
|
return (
|
||||||
|
<ThemeProvider
|
||||||
|
defaultButtonVariant="text-stagger"
|
||||||
|
defaultTextAnimation="reveal-blur"
|
||||||
|
borderRadius="pill"
|
||||||
|
contentWidth="smallMedium"
|
||||||
|
sizing="mediumLarge"
|
||||||
|
background="noiseDiagonalGradient"
|
||||||
|
cardStyle="glass-depth"
|
||||||
|
primaryButtonStyle="double-inset"
|
||||||
|
secondaryButtonStyle="glass"
|
||||||
|
headingFontWeight="medium"
|
||||||
|
>
|
||||||
|
<ReactLenis root>
|
||||||
|
<div id="nav" data-section="nav">
|
||||||
|
<NavbarStyleApple
|
||||||
|
navItems={[
|
||||||
|
{ name: "About", id: "/#about" },
|
||||||
|
{ name: "Services", id: "/#services" },
|
||||||
|
{ name: "Customers", id: "/customers" },
|
||||||
|
{ name: "Trust", id: "/#trust" },
|
||||||
|
{ name: "Contact", id: "/contact" },
|
||||||
|
]}
|
||||||
|
brandName="Still Trucking"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="content" data-section="content">
|
||||||
|
<FeatureCardOne
|
||||||
|
title="Our Valued Customers"
|
||||||
|
description="We are proud to partner with industry-leading businesses, providing reliable and efficient freight solutions tailored to their unique logistics requirements."
|
||||||
|
features={[
|
||||||
|
{ title: "Retail Industry", description: "High-volume distribution for retail supply chains.", imageSrc: "http://img.b2bpic.net/free-photo/retail-concept-with-paper-bags_23-2148421882.jpg" },
|
||||||
|
{ title: "Manufacturing", description: "Just-in-time delivery for manufacturing components.", imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-industry-plant_23-2148906950.jpg" },
|
||||||
|
{ title: "Consumer Goods", description: "Reliable transport for packaged consumer goods.", imageSrc: "http://img.b2bpic.net/free-photo/boxes-cardboard-warehouse-logistics_23-2149129598.jpg" },
|
||||||
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterBaseCard
|
||||||
|
logoText="Still Trucking Inc"
|
||||||
|
columns={[
|
||||||
|
{ title: "Company", items: [{ label: "About", href: "/#about" }, { label: "Services", href: "/#services" }] },
|
||||||
|
{ title: "Resources", items: [{ label: "FAQ", href: "/#faq" }, { label: "Safety", href: "#" }] },
|
||||||
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ReactLenis>
|
||||||
|
</ThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
115
src/app/page.tsx
115
src/app/page.tsx
@@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
@@ -12,6 +9,8 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,14 +30,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "About", id: "#about" },
|
||||||
name: "About", id: "#about"},
|
{ name: "Services", id: "#services" },
|
||||||
{
|
{ name: "Customers", id: "/customers" },
|
||||||
name: "Services", id: "#services"},
|
{ name: "Trust", id: "#trust" },
|
||||||
{
|
{ name: "Contact", id: "/contact" },
|
||||||
name: "Trust", id: "#trust"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Still Trucking"
|
brandName="Still Trucking"
|
||||||
/>
|
/>
|
||||||
@@ -46,8 +42,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient"}}
|
|
||||||
title="Reliable Freight Solutions for Every Mile"
|
title="Reliable Freight Solutions for Every Mile"
|
||||||
description="Still Trucking Inc provides premium, secure, and on-time logistics services across the nation. Trusted by enterprises to keep supply chains moving."
|
description="Still Trucking Inc provides premium, secure, and on-time logistics services across the nation. Trusted by enterprises to keep supply chains moving."
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
@@ -66,7 +61,7 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-products_23-2151541833.jpg", imageAlt: "Still Trucking Fleet K" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-products_23-2151541833.jpg", imageAlt: "Still Trucking Fleet K" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468845.jpg", imageAlt: "Still Trucking Fleet L" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468845.jpg", imageAlt: "Still Trucking Fleet L" },
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
buttons={[{ text: "Get a Quote", href: "/contact" }]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/female-trucker-standing-front-parked-trucks-pointing-her-finger-transportation-vehicles_342744-281.jpg", alt: "User 1" },
|
{ src: "http://img.b2bpic.net/free-photo/female-trucker-standing-front-parked-trucks-pointing-her-finger-transportation-vehicles_342744-281.jpg", alt: "User 1" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489726.jpg", alt: "User 2" },
|
{ src: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489726.jpg", alt: "User 2" },
|
||||||
@@ -99,12 +94,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Real-time Tracking", description: "Always know where your cargo is with our advanced digital monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-with-tablet_23-2149035867.jpg", imageAlt: "Tracking" },
|
||||||
title: "Real-time Tracking", description: "Always know where your cargo is with our advanced digital monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-with-tablet_23-2149035867.jpg", imageAlt: "Tracking"},
|
{ title: "Safety Guaranteed", description: "Strict compliance with safety standards ensures your freight arrives protected.", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", imageAlt: "Safety" },
|
||||||
{
|
{ title: "Optimized Routes", description: "Our team ensures the fastest, most efficient transport paths for every delivery.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827318.jpg", imageAlt: "Routes" },
|
||||||
title: "Safety Guaranteed", description: "Strict compliance with safety standards ensures your freight arrives protected.", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", imageAlt: "Safety"},
|
|
||||||
{
|
|
||||||
title: "Optimized Routes", description: "Our team ensures the fastest, most efficient transport paths for every delivery.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827318.jpg", imageAlt: "Routes"},
|
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Freight Services"
|
title="Comprehensive Freight Services"
|
||||||
description="We specialize in tailored logistics solutions to meet the demands of modern business."
|
description="We specialize in tailored logistics solutions to meet the demands of modern business."
|
||||||
@@ -117,12 +109,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "99.8%", title: "On-Time Delivery", description: "Consistency you can rely on.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827261.jpg", imageAlt: "Delivery" },
|
||||||
id: "m1", value: "99.8%", title: "On-Time Delivery", description: "Consistency you can rely on.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827261.jpg", imageAlt: "Delivery"},
|
{ id: "m2", value: "500+", title: "Trucks in Fleet", description: "Capacity for any job size.", imageSrc: "http://img.b2bpic.net/free-photo/truck-logistics-operations-dusk_23-2151468803.jpg", imageAlt: "Fleet" },
|
||||||
{
|
{ id: "m3", value: "24/7", title: "Support Availability", description: "Here when you need us.", imageSrc: "http://img.b2bpic.net/free-photo/man-truck-with-food-side-view_23-2149426529.jpg", imageAlt: "Support" },
|
||||||
id: "m2", value: "500+", title: "Trucks in Fleet", description: "Capacity for any job size.", imageSrc: "http://img.b2bpic.net/free-photo/truck-logistics-operations-dusk_23-2151468803.jpg", imageAlt: "Fleet"},
|
|
||||||
{
|
|
||||||
id: "m3", value: "24/7", title: "Support Availability", description: "Here when you need us.", imageSrc: "http://img.b2bpic.net/free-photo/man-truck-with-food-side-view_23-2149426529.jpg", imageAlt: "Support"},
|
|
||||||
]}
|
]}
|
||||||
title="Proven Performance"
|
title="Proven Performance"
|
||||||
description="Numbers that define our reliability in the trucking industry."
|
description="Numbers that define our reliability in the trucking industry."
|
||||||
@@ -136,21 +125,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Sarah Jenkins", role: "Logistics Manager", company: "RetailCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-he-is-offering-red-toy_1298-210.jpg", imageAlt: "Sarah" },
|
||||||
id: "1", name: "Sarah Jenkins", role: "Logistics Manager", company: "RetailCorp", rating: 5,
|
{ id: "2", name: "Mark Roberts", role: "Supply Chain Lead", company: "GlobalTrade", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-showing-woman-where-sign-receive-order_23-2148455130.jpg", imageAlt: "Mark" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-he-is-offering-red-toy_1298-210.jpg", imageAlt: "Sarah"},
|
{ id: "3", name: "Emily Chen", role: "Operations Director", company: "EcoGoods", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", imageAlt: "Emily" },
|
||||||
{
|
{ id: "4", name: "David Miller", role: "Buyer", company: "AutoPartsCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-courier-handshaking-with-african-american-woman-while-delivering-her-package_637285-2270.jpg", imageAlt: "David" },
|
||||||
id: "2", name: "Mark Roberts", role: "Supply Chain Lead", company: "GlobalTrade", rating: 5,
|
{ id: "5", name: "Julia Smith", role: "Owner", company: "LocalDist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg", imageAlt: "Julia" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-showing-woman-where-sign-receive-order_23-2148455130.jpg", imageAlt: "Mark"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Emily Chen", role: "Operations Director", company: "EcoGoods", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", imageAlt: "Emily"},
|
|
||||||
{
|
|
||||||
id: "4", name: "David Miller", role: "Buyer", company: "AutoPartsCo", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-courier-handshaking-with-african-american-woman-while-delivering-her-package_637285-2270.jpg", imageAlt: "David"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Julia Smith", role: "Owner", company: "LocalDist", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg", imageAlt: "Julia"},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Industry Leaders"
|
||||||
description="See why top companies choose Still Trucking for their logistics."
|
description="See why top companies choose Still Trucking for their logistics."
|
||||||
@@ -162,7 +141,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"RetailCorp", "GlobalTrade", "EcoGoods", "AutoPartsCo", "LocalDist", "FreightLink", "SupplyMax"]}
|
"RetailCorp", "GlobalTrade", "EcoGoods", "AutoPartsCo", "LocalDist", "FreightLink", "SupplyMax"
|
||||||
|
]}
|
||||||
title="Industry Partners"
|
title="Industry Partners"
|
||||||
description="Our logistics network extends across key business corridors."
|
description="Our logistics network extends across key business corridors."
|
||||||
/>
|
/>
|
||||||
@@ -172,63 +152,26 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "What areas do you serve?", content: "We provide regional and national trucking services across North America." },
|
||||||
id: "f1", title: "What areas do you serve?", content: "We provide regional and national trucking services across North America."},
|
{ id: "f2", title: "How do I request a quote?", content: "Simply fill out our contact form or call us to get a tailored logistics proposal." },
|
||||||
{
|
{ id: "f3", title: "Are my goods insured?", content: "All shipments under our care are fully insured to provide peace of mind." },
|
||||||
id: "f2", title: "How do I request a quote?", content: "Simply fill out our contact form or call us to get a tailored logistics proposal."},
|
|
||||||
{
|
|
||||||
id: "f3", title: "Are my goods insured?", content: "All shipments under our care are fully insured to provide peace of mind."},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactSplit
|
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "plain"}}
|
|
||||||
tag="Get in touch"
|
|
||||||
title="Ready to get moving?"
|
|
||||||
description="Contact our team today to discuss your freight requirements."
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics_23-2149128334.jpg"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Still Trucking Inc"
|
logoText="Still Trucking Inc"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||||
title: "Company", items: [
|
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Safety", href: "#" }] },
|
||||||
{
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||||
label: "About", href: "#about"},
|
|
||||||
{
|
|
||||||
label: "Services", href: "#services"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Resources", items: [
|
|
||||||
{
|
|
||||||
label: "FAQ", href: "#faq"},
|
|
||||||
{
|
|
||||||
label: "Safety", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal", items: [
|
|
||||||
{
|
|
||||||
label: "Privacy", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Terms", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user