Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -27,29 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Book Now", id: "/contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EacLLOwCJ6u5eHAVgVH4WICx7g/uploaded-1780420801655-z3wm1p72.png"
|
||||
logoAlt="FADetailingLI Logo"
|
||||
@@ -76,22 +64,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "1", value: "5+", description: "Years of Experience"},
|
||||
{
|
||||
id: "2",
|
||||
value: "100%",
|
||||
description: "Eco-Friendly Products",
|
||||
},
|
||||
id: "2", value: "100%", description: "Eco-Friendly Products"},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
description: "Online Booking",
|
||||
},
|
||||
id: "3", value: "24/7", description: "Online Booking"},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="At FADetailingLI, our numbers reflect our dedication to quality, customer satisfaction, and a superior detailing experience."
|
||||
@@ -106,83 +86,49 @@ export default function LandingPage() {
|
||||
logoText="FADetailingLI"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Exterior Detail",
|
||||
href: "/services#exterior-detail",
|
||||
},
|
||||
label: "Exterior Detail", href: "/services#exterior-detail"},
|
||||
{
|
||||
label: "Interior Detail",
|
||||
href: "/services#interior-detail",
|
||||
},
|
||||
label: "Interior Detail", href: "/services#interior-detail"},
|
||||
{
|
||||
label: "Full Detail",
|
||||
href: "/services#full-detail-basic",
|
||||
},
|
||||
label: "Full Detail", href: "/services#full-detail-basic"},
|
||||
{
|
||||
label: "Engine Bay Cleaning",
|
||||
href: "/services#engine-bay-cleaning",
|
||||
},
|
||||
label: "Engine Bay Cleaning", href: "/services#engine-bay-cleaning"},
|
||||
{
|
||||
label: "Headlight Restoration",
|
||||
href: "/services#headlight-restoration",
|
||||
},
|
||||
label: "Headlight Restoration", href: "/services#headlight-restoration"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Book Now", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(631)-766-4106",
|
||||
href: "tel:+16317664106",
|
||||
},
|
||||
label: "(631)-766-4106", href: "tel:+16317664106"},
|
||||
{
|
||||
label: "fadetailingli@gmail.com",
|
||||
href: "mailto:fadetailingli@gmail.com",
|
||||
},
|
||||
label: "fadetailingli@gmail.com", href: "mailto:fadetailingli@gmail.com"},
|
||||
{
|
||||
label: "Long Island, NY",
|
||||
href: "https://www.google.com/maps/search/car+detailing+long+island+ny",
|
||||
},
|
||||
label: "Long Island, NY", href: "https://www.google.com/maps/search/car+detailing+long+island+ny"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user