Merge version_2 into main #4
@@ -1,49 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Archivo } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Professional Car Detailing Services | DetailCraft", description: "Premium car detailing and ceramic coating services. Transform your vehicle with expert detailing and protection that lasts.", keywords: "car detailing, ceramic coating, auto detailing, paint protection, car care", openGraph: {
|
||||
title: "Professional Car Detailing Services | DetailCraft", description: "Premium car detailing and ceramic coating services. Transform your vehicle with expert detailing and protection that lasts.", type: "website", siteName: "DetailCraft"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Professional Car Detailing Services | DetailCraft", description: "Premium car detailing and ceramic coating services. Transform your vehicle with expert detailing and protection that lasts."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Atlantic IT Solutions LLC", description: "Professional IT solutions and services"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1411,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
116
src/app/page.tsx
116
src/app/page.tsx
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="DetailCraft"
|
||||
brandName="Atlantic IT Solutions"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -43,29 +43,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="Precision Car Detailing Excellence"
|
||||
description="Transform your vehicle with professional detailing services. From paint protection to interior perfection, we deliver showroom-quality results every time."
|
||||
tag="Premium Service"
|
||||
title="Enterprise IT Solutions for Modern Businesses"
|
||||
description="Comprehensive technology services designed to transform your business. From cloud infrastructure to cybersecurity, we deliver enterprise-grade solutions tailored to your needs."
|
||||
tag="Enterprise Partner"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Professional car detailing showcase"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-professional-servers_1303-28272.jpg", imageAlt: "Enterprise IT infrastructure"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Luxury vehicle polishing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/programmer-working-computer-code_1303-32374.jpg", imageAlt: "Software development services"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg", imageAlt: "Car maintenance service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-protection_1303-28950.jpg", imageAlt: "Cybersecurity solutions"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Vehicle transformation detail"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-infrastructure_1303-29084.jpg", imageAlt: "Cloud services platform"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Book Your Detail", href: "contact" },
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "View Services", href: "services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -75,11 +75,11 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Dedicated to perfecting" },
|
||||
{ type: "text", content: "Delivering innovative" },
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", alt: "DetailCraft team"
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/data-center-professional-servers_1303-28272.jpg", alt: "Atlantic IT team"
|
||||
},
|
||||
{ type: "text", content: "every detail with passion and expertise" }
|
||||
{ type: "text", content: "IT solutions with expertise and dedication" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -92,23 +92,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
title="Our Detailing Services"
|
||||
description="Comprehensive car care solutions tailored to your vehicle's needs"
|
||||
title="Our IT Services"
|
||||
description="Comprehensive solutions designed to meet your business technology requirements"
|
||||
tag="Services"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Ceramic Coating", description: "Long-lasting paint protection with hydrophobic properties for ultimate shine and durability", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=1", imageAlt: "Ceramic coating service", button: { text: "Learn More", href: "#" }
|
||||
title: "Cloud Infrastructure", description: "Scalable and secure cloud solutions including AWS, Azure, and Google Cloud deployment and management", imageSrc: "http://img.b2bpic.net/free-photo/cloud-computing-infrastructure_1303-29084.jpg", imageAlt: "Cloud infrastructure service", button: { text: "Learn More", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Interior Detailing", description: "Deep cleaning of upholstery, carpets, and trim to restore your cabin to pristine condition", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Interior detailing service", button: { text: "Learn More", href: "#" }
|
||||
title: "Cybersecurity", description: "Advanced threat detection, vulnerability assessment, and comprehensive security protocols to protect your data", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-protection_1303-28950.jpg", imageAlt: "Cybersecurity service", button: { text: "Learn More", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Exterior Detailing", description: "Paint correction, polishing, and protection to make your car's finish flawless", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg?_wi=1", imageAlt: "Exterior detailing service", button: { text: "Learn More", href: "#" }
|
||||
title: "Software Development", description: "Custom software solutions and applications built to specification using modern development practices", imageSrc: "http://img.b2bpic.net/free-photo/programmer-working-computer-code_1303-32374.jpg", imageAlt: "Software development service", button: { text: "Learn More", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Full Detail Package", description: "Complete interior and exterior transformation with premium treatments and finishes", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Full detail package service", button: { text: "Learn More", href: "#" }
|
||||
title: "IT Consulting", description: "Strategic technology guidance and digital transformation consulting to accelerate your business growth", imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-meeting-conference_1303-29043.jpg", imageAlt: "IT consulting service", button: { text: "Learn More", href: "#" }
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -125,28 +125,28 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Transparent Pricing"
|
||||
description="Competitive rates for professional-grade detailing. Choose the perfect package for your vehicle."
|
||||
description="Flexible IT service packages designed for businesses of all sizes. Choose the plan that fits your requirements."
|
||||
tag="Pricing"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic", title: "Express Detail", price: "$149", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg?_wi=2", imageAlt: "Express detail service", features: [
|
||||
"Exterior wash and dry", "Wheel cleaning", "Quick interior vacuum", "Air freshener"
|
||||
id: "startup", title: "Startup Package", price: "$499", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-collaboration_1303-29201.jpg", imageAlt: "Startup package", features: [
|
||||
"24/7 Help desk support", "Cloud storage (500GB)", "Basic security monitoring", "Network setup and management", "Email support"
|
||||
],
|
||||
button: { text: "Book Now", href: "contact" }
|
||||
button: { text: "Get Started", href: "contact" }
|
||||
},
|
||||
{
|
||||
id: "pro", title: "Premium Detail", price: "$299", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", imageAlt: "Premium detail service", features: [
|
||||
"Complete exterior wash", "Paint polishing", "Interior deep clean", "Carpet shampooing", "Dashboard conditioning"
|
||||
id: "business", title: "Business Professional", price: "$1,299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/business-enterprise-systems_1303-29156.jpg", imageAlt: "Business professional package", features: [
|
||||
"Priority 24/7 support", "Cloud storage (2TB)", "Advanced security monitoring", "Managed IT services", "Regular system audits", "Disaster recovery planning"
|
||||
],
|
||||
button: { text: "Book Now", href: "contact" }
|
||||
button: { text: "Get Started", href: "contact" }
|
||||
},
|
||||
{
|
||||
id: "elite", title: "Elite Protection", price: "$599", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=2", imageAlt: "Elite protection service", features: [
|
||||
"Premium ceramic coating", "Paint protection film", "Complete restoration", "Interior leather treatment", "Warranty protection", "Free maintenance visit"
|
||||
id: "enterprise", title: "Enterprise Solution", price: "$2,999", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/enterprise-data-center_1303-29312.jpg", imageAlt: "Enterprise solution", features: [
|
||||
"Dedicated account manager", "Unlimited cloud storage", "24/7 managed security operations", "Full infrastructure management", "Custom software development", "SLA guarantee with uptime commitment", "Quarterly strategic reviews"
|
||||
],
|
||||
button: { text: "Book Now", href: "contact" }
|
||||
button: { text: "Get Started", href: "contact" }
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Clients Say"
|
||||
description="Real experiences from satisfied customers who trust us with their vehicles"
|
||||
description="Real experiences from businesses who have transformed with Atlantic IT Solutions"
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -167,22 +167,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", handle: "@jmitchell_automotive", testimonial: "DetailCraft transformed my BMW. The ceramic coating looks incredible and the attention to detail is unmatched. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Mitchell"
|
||||
id: "1", name: "Michael Johnson", handle: "@mjohnson_ceo", testimonial: "Atlantic IT transformed our infrastructure. Their team is responsive, knowledgeable, and truly understands enterprise needs. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "@sarahchen_drives", testimonial: "Professional, punctual, and thorough. My Tesla looks showroom ready every time. Best detailing service in town!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Chen"
|
||||
id: "2", name: "Sarah Williams", handle: "@sarahwilliams_tech", testimonial: "The cybersecurity solutions provided by Atlantic IT have given us peace of mind. Their proactive approach keeps us ahead of threats.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Williams"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Marcus Rodriguez", handle: "@m_rodriguez77", testimonial: "I was skeptical at first, but after my first detail I'm a customer for life. They really care about the results.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Marcus Rodriguez"
|
||||
id: "3", name: "David Martinez", handle: "@dmartinez_it", testimonial: "Outstanding support and technical expertise. Atlantic IT is our trusted partner for all IT operations and strategy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "David Martinez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Watson", handle: "@emily_drives_luxury", testimonial: "DetailCraft handles my Mercedes with the precision it deserves. Worth every penny. Simply exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Emily Watson"
|
||||
id: "4", name: "Jennifer Lee", handle: "@jlee_operations", testimonial: "Working with Atlantic IT has streamlined our entire IT infrastructure. Their consulting team provided invaluable strategic guidance.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Jennifer Lee"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Thompson", handle: "@davidthompson_cars", testimonial: "The team went above and beyond. My Porsche has never looked better. Thank you for the outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"
|
||||
id: "5", name: "Robert Chen", handle: "@rchen_director", testimonial: "Their cloud migration service was seamless and well-executed. Atlantic IT's expertise is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Lisa Anderson", handle: "@lisa_automotive", testimonial: "Professional detailers who understand what it means to care for a vehicle. I wouldn't take my car anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lisa Anderson"
|
||||
id: "6", name: "Patricia Anderson", handle: "@panderson_cto", testimonial: "Atlantic IT is more than a vendor—they're a strategic partner. Their solutions have helped us scale efficiently and securely.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Patricia Anderson"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
@@ -191,14 +191,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Car Enthusiasts"
|
||||
description="Premium brands and luxury vehicle owners choose DetailCraft for uncompromising quality"
|
||||
title="Trusted by Leading Companies"
|
||||
description="Enterprise organizations rely on Atlantic IT Solutions for mission-critical technology services"
|
||||
tag="Partners"
|
||||
tagIcon={Trophy}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Ford", "BMW", "Mercedes-Benz", "Tesla", "Chevrolet", "Audi", "Porsche", "Lamborghini"]}
|
||||
names={["Fortune 500 Companies", "Healthcare Providers", "Financial Institutions", "Tech Startups", "Manufacturing Leaders", "Retail Enterprises", "Education Sector", "Government Agencies"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/motor-oil-badge_23-2147511335.jpg", "http://img.b2bpic.net/free-vector/set-abstract-vehicle-logos_23-2147606226.jpg", "http://img.b2bpic.net/free-vector/automotive-industry-logo_24908-57008.jpg", "http://img.b2bpic.net/free-photo/top-view-electric-car-charging-spot_23-2149530083.jpg", "http://img.b2bpic.net/free-vector/motor-oil-badge_23-2147511335.jpg", "http://img.b2bpic.net/free-vector/abstract-company-logo-template_1071-57.jpg", "http://img.b2bpic.net/free-vector/gaming-profile-picture-design_742173-15284.jpg", "http://img.b2bpic.net/free-vector/gaming-profile-picture-design_742173-15284.jpg"
|
||||
]}
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our detailing services"
|
||||
description="Common questions about our IT services and solutions"
|
||||
tag="Help"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
@@ -219,22 +219,22 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does a full detail take?", content: "A complete detail typically takes 4-6 hours depending on your vehicle's condition and size. We recommend booking in advance to ensure availability."
|
||||
id: "1", title: "What industries do you serve?", content: "We serve diverse industries including finance, healthcare, retail, manufacturing, education, and government. Our experience spans across enterprise organizations of all sizes."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Is ceramic coating worth it?", content: "Absolutely! Ceramic coating provides long-lasting protection (2-5 years), reduces maintenance, and keeps your paint looking pristine. It's a smart investment for any vehicle."
|
||||
id: "2", title: "Do you offer managed IT services?", content: "Yes, we provide comprehensive managed IT services including network management, security monitoring, backup and disaster recovery, and help desk support available 24/7."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What's included in the interior detail?", content: "Interior detailing includes vacuuming, shampooing carpets, cleaning upholstery, conditioning leather, cleaning all trim and dashboard, and final touches with air freshener."
|
||||
id: "3", title: "How do you approach cybersecurity?", content: "We implement a multi-layered security strategy including threat detection, vulnerability assessments, employee training, and compliance management tailored to your organization."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer mobile detailing?", content: "Yes! We provide mobile detailing services for an additional fee. We'll come to your home or office and detail your vehicle on-site."
|
||||
id: "4", title: "Can you help with cloud migration?", content: "Absolutely. We specialize in seamless cloud migration including infrastructure assessment, planning, execution, and post-migration optimization and management."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and digital payments. You can pay online or on-site after your service."
|
||||
id: "5", title: "What are your support hours?", content: "We offer 24/7 support for all clients. Enterprise clients receive dedicated account managers and priority response times for critical issues."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you offer warranty on your services?", content: "Yes, we warranty our ceramic coating for 2 years and our detailing work for 30 days. Satisfaction is our guarantee."
|
||||
id: "6", title: "Do you provide custom software development?", content: "Yes, our development team builds custom software solutions tailored to your specific business requirements using modern development frameworks and practices."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -243,31 +243,31 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Ready to Transform Your Vehicle?"
|
||||
description="Book your detailing appointment today and experience the difference professional care makes. Contact us for availability and special offers."
|
||||
title="Ready to Transform Your IT Infrastructure?"
|
||||
description="Contact Atlantic IT Solutions today to discuss how we can help your business thrive with enterprise-grade technology services and solutions."
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Book Appointment"
|
||||
termsText="By booking, you agree to our terms of service and privacy policy."
|
||||
buttonText="Schedule Consultation"
|
||||
termsText="By contacting us, you agree to our terms of service and privacy policy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/automobile-headlight-couple-standing_651396-1147.jpg"
|
||||
imageAlt="DetailCraft premium garage"
|
||||
logoText="DetailCraft"
|
||||
copyrightText="© 2025 DetailCraft. All rights reserved."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/data-center-professional-servers_1303-28272.jpg"
|
||||
imageAlt="Atlantic IT Solutions data center"
|
||||
logoText="Atlantic IT Solutions"
|
||||
copyrightText="© 2025 Atlantic IT Solutions LLC. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Exterior Detailing", href: "#services" },
|
||||
{ label: "Interior Detailing", href: "#services" },
|
||||
{ label: "Ceramic Coating", href: "#services" },
|
||||
{ label: "Pricing", href: "#pricing" }
|
||||
{ label: "Cloud Infrastructure", href: "#services" },
|
||||
{ label: "Cybersecurity", href: "#services" },
|
||||
{ label: "Software Development", href: "#services" },
|
||||
{ label: "IT Consulting", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -282,7 +282,7 @@ export default function LandingPage() {
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Warranty", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
{ label: "Sitemap", href: "#" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user