Update src/app/services/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Exterior Detailing", href: "/services" },
|
||||
{ label: "Interior Detailing", href: "/services" },
|
||||
{ label: "Ceramic Coating", href: "/services" },
|
||||
@@ -27,8 +26,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -36,8 +34,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: (555) 123-4567", href: "#" },
|
||||
{ label: "Email: info@primedetailz.com", href: "#" },
|
||||
{ label: "Follow Us", href: "#" },
|
||||
@@ -74,65 +71,23 @@ export default function ServicesPage() {
|
||||
tag="Services"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Prime Detailz",
|
||||
name: "Exterior Detailing",
|
||||
price: "Starting at $149",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1",
|
||||
imageAlt: "Exterior detailing",
|
||||
},
|
||||
id: "1", brand: "Prime Detailz", name: "Exterior Detailing", price: "Starting at $149", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Exterior detailing"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Prime Detailz",
|
||||
name: "Interior Detailing",
|
||||
price: "Starting at $129",
|
||||
rating: 5,
|
||||
reviewCount: "165+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1",
|
||||
imageAlt: "Interior detailing",
|
||||
},
|
||||
id: "2", brand: "Prime Detailz", name: "Interior Detailing", price: "Starting at $129", rating: 5,
|
||||
reviewCount: "165+", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior detailing"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Prime Detailz",
|
||||
name: "Full Detail Package",
|
||||
price: "Starting at $249",
|
||||
rating: 5,
|
||||
reviewCount: "210+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2",
|
||||
imageAlt: "Full detail package",
|
||||
},
|
||||
id: "3", brand: "Prime Detailz", name: "Full Detail Package", price: "Starting at $249", rating: 5,
|
||||
reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Full detail package"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Prime Detailz",
|
||||
name: "Ceramic Coating",
|
||||
price: "Starting at $399",
|
||||
rating: 5,
|
||||
reviewCount: "95+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=1",
|
||||
imageAlt: "Ceramic coating",
|
||||
},
|
||||
id: "4", brand: "Prime Detailz", name: "Ceramic Coating", price: "Starting at $399", rating: 5,
|
||||
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg", imageAlt: "Ceramic coating"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Prime Detailz",
|
||||
name: "Engine Bay Detail",
|
||||
price: "Starting at $89",
|
||||
rating: 5,
|
||||
reviewCount: "78+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-smiling-while-examining-car-engine-with-lamp_1170-1292.jpg",
|
||||
imageAlt: "Engine bay detailing",
|
||||
},
|
||||
id: "5", brand: "Prime Detailz", name: "Engine Bay Detail", price: "Starting at $89", rating: 5,
|
||||
reviewCount: "78+", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-smiling-while-examining-car-engine-with-lamp_1170-1292.jpg", imageAlt: "Engine bay detailing"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Prime Detailz",
|
||||
name: "Pet Hair Removal",
|
||||
price: "Add-on $45",
|
||||
rating: 5,
|
||||
reviewCount: "142+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-with-carrier-car_23-2150209130.jpg",
|
||||
imageAlt: "Pet hair removal",
|
||||
},
|
||||
id: "6", brand: "Prime Detailz", name: "Pet Hair Removal", price: "Add-on $45", rating: 5,
|
||||
reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-with-carrier-car_23-2150209130.jpg", imageAlt: "Pet hair removal"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -148,64 +103,24 @@ export default function ServicesPage() {
|
||||
tag="Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "exterior",
|
||||
tag: "Exterior Detailing",
|
||||
price: "$149",
|
||||
period: "starting",
|
||||
description: "Professional exterior wash, polish, and protection",
|
||||
button: { text: "Book Service", href: "/contact" },
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Professional wash and dry",
|
||||
"Hand polish and wax",
|
||||
"Tire and trim detail",
|
||||
"Final inspection",
|
||||
],
|
||||
id: "exterior", tag: "Exterior Detailing", price: "$149", period: "starting", description: "Professional exterior wash, polish, and protection", button: { text: "Book Service", href: "/contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Professional wash and dry", "Hand polish and wax", "Tire and trim detail", "Final inspection"],
|
||||
},
|
||||
{
|
||||
id: "interior",
|
||||
tag: "Interior Detailing",
|
||||
price: "$129",
|
||||
period: "starting",
|
||||
description: "Deep interior cleaning and conditioning",
|
||||
button: { text: "Book Service", href: "/contact" },
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Vacuum and sanitize",
|
||||
"Leather conditioning",
|
||||
"Glass cleaning",
|
||||
"Interior protection",
|
||||
],
|
||||
id: "interior", tag: "Interior Detailing", price: "$129", period: "starting", description: "Deep interior cleaning and conditioning", button: { text: "Book Service", href: "/contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Vacuum and sanitize", "Leather conditioning", "Glass cleaning", "Interior protection"],
|
||||
},
|
||||
{
|
||||
id: "full",
|
||||
tag: "Full Detail Package",
|
||||
price: "$249",
|
||||
period: "starting",
|
||||
description: "Complete interior and exterior professional detailing",
|
||||
button: { text: "Book Service", href: "/contact" },
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Full exterior detail",
|
||||
"Complete interior detail",
|
||||
"Ceramic coating option",
|
||||
"Premium protection",
|
||||
],
|
||||
id: "full", tag: "Full Detail Package", price: "$249", period: "starting", description: "Complete interior and exterior professional detailing", button: { text: "Book Service", href: "/contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Full exterior detail", "Complete interior detail", "Ceramic coating option", "Premium protection"],
|
||||
},
|
||||
{
|
||||
id: "ceramic",
|
||||
tag: "Ceramic Coating",
|
||||
price: "$399",
|
||||
period: "starting",
|
||||
description: "Long-lasting paint protection and shine",
|
||||
button: { text: "Book Service", href: "/contact" },
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Paint preparation",
|
||||
"Professional coating",
|
||||
"12-month protection",
|
||||
"Beading guarantee",
|
||||
],
|
||||
id: "ceramic", tag: "Ceramic Coating", price: "$399", period: "starting", description: "Long-lasting paint protection and shine", button: { text: "Book Service", href: "/contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Paint preparation", "Professional coating", "12-month protection", "Beading guarantee"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user