diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 621a4ec..a01d110 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -32,6 +32,7 @@ export default function BlogPage() {
{"name":"Services","id":"services"},
{"name":"Pricing","id":"pricing"},
{"name":"Process","id":"process"},
+ {"name":"Gallery","id":"gallery"},
{"name":"About","id":"about"}
]}
button={{"text":"Book Now","href":"#contact"}}
@@ -76,6 +77,7 @@ export default function BlogPage() {
"title":"Company", "items":[
{"label":"About Us","href":"#about"},
{"label":"Our Process","href":"#process"},
+ {"label":"Gallery","href":"#gallery"},
{"label":"Testimonials","href":"#testimonials"},
{"label":"Contact","href":"#contact"}
]
@@ -93,4 +95,4 @@ export default function BlogPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 18a1997..1530cba 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,8 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterMedia from '@/components/sections/footer/FooterMedia';
-import { Shield, Sparkles, CheckCircle, DollarSign, Star, Crown, Award, Phone } from "lucide-react";
+import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
+import { Shield, Sparkles, CheckCircle, DollarSign, Star, Crown, Award, Phone, ArrowRight } from "lucide-react";
export default function EliteDetailingPage() {
return (
@@ -33,6 +34,7 @@ export default function EliteDetailingPage() {
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Process", id: "process" },
+ { name: "Gallery", id: "gallery" },
{ name: "About", id: "about" }
]}
button={{
@@ -63,7 +65,7 @@ export default function EliteDetailingPage() {
tagIcon={Shield}
title="Transforming vehicles into works of art with meticulous attention to detail and premium products"
buttons={[
- { text: "View Our Portfolio", href: "#services" }
+ { text: "View Our Portfolio", href: "#gallery" }
]}
useInvertedBackground={false}
/>
@@ -94,6 +96,43 @@ export default function EliteDetailingPage() {
/>
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx
index 05586ad..791cb1c 100644
--- a/src/app/shop/[id]/page.tsx
+++ b/src/app/shop/[id]/page.tsx
@@ -89,8 +89,8 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Process", id: "process" },
- { name: "About", id: "about" },
- { name: "Shop", id: "/shop" }
+ { name: "Gallery", id: "gallery" },
+ { name: "About", id: "about" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -117,6 +117,7 @@ export default function ProductPage({ params }: ProductPageProps) {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Process", href: "#process" },
+ { label: "Gallery", href: "#gallery" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]
@@ -159,8 +160,8 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Process", id: "process" },
- { name: "About", id: "about" },
- { name: "Shop", id: "/shop" }
+ { name: "Gallery", id: "gallery" },
+ { name: "About", id: "about" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -195,6 +196,7 @@ export default function ProductPage({ params }: ProductPageProps) {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Process", href: "#process" },
+ { label: "Gallery", href: "#gallery" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]
@@ -236,8 +238,8 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Process", id: "process" },
- { name: "About", id: "about" },
- { name: "Shop", id: "/shop" }
+ { name: "Gallery", id: "gallery" },
+ { name: "About", id: "about" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -297,6 +299,7 @@ export default function ProductPage({ params }: ProductPageProps) {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Process", href: "#process" },
+ { label: "Gallery", href: "#gallery" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]
@@ -314,4 +317,4 @@ export default function ProductPage({ params }: ProductPageProps) {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 6608f73..1487fa4 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -42,8 +42,8 @@ export default function ShopPage() {
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Process", id: "process" },
- { name: "About", id: "about" },
- { name: "Shop", id: "/shop" }
+ { name: "Gallery", id: "gallery" },
+ { name: "About", id: "about" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -70,6 +70,7 @@ export default function ShopPage() {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Process", href: "#process" },
+ { label: "Gallery", href: "#gallery" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]
@@ -111,8 +112,8 @@ export default function ShopPage() {
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "Process", id: "process" },
- { name: "About", id: "about" },
- { name: "Shop", id: "/shop" }
+ { name: "Gallery", id: "gallery" },
+ { name: "About", id: "about" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -147,6 +148,7 @@ export default function ShopPage() {
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Process", href: "#process" },
+ { label: "Gallery", href: "#gallery" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]
@@ -164,4 +166,4 @@ export default function ShopPage() {
);
-}
+}
\ No newline at end of file