Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-07 11:46:00 +00:00
7 changed files with 46 additions and 46 deletions

View File

@@ -158,7 +158,7 @@ export default function AboutPage() {
tag: "Ferrari Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg",
avatarAlt: "luxury car owner satisfied professional portrait",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg?_wi=2",
imageAlt: "Ferrari detail transformation",
},
{
@@ -170,7 +170,7 @@ export default function AboutPage() {
tag: "Lamborghini Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
avatarAlt: "successful business owner luxury portrait",
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg?_wi=3",
imageAlt: "Lamborghini detail work",
},
{
@@ -182,7 +182,7 @@ export default function AboutPage() {
tag: "Rolls-Royce Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-athletic-wear-earbuds-outdoors_23-2148773858.jpg",
avatarAlt: "premium client luxury lifestyle portrait",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg?_wi=3",
imageAlt: "Rolls-Royce detail service",
},
{
@@ -194,7 +194,7 @@ export default function AboutPage() {
tag: "Bugatti Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/men-fashion-editorial-outdoors_23-2151905325.jpg",
avatarAlt: "luxury lifestyle professional portrait photography",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg?_wi=3",
imageAlt: "Bugatti detail work",
},
{
@@ -206,7 +206,7 @@ export default function AboutPage() {
tag: "Mercedes Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1294.jpg",
avatarAlt: "high-end client satisfied professional portrait",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg?_wi=4",
imageAlt: "Mercedes detail work",
},
{
@@ -218,7 +218,7 @@ export default function AboutPage() {
tag: "Porsche Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-coffee-shop_53876-42686.jpg",
avatarAlt: "luxury brand enthusiast satisfied portrait",
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg?_wi=3",
imageAlt: "Porsche detail service",
},
]}

View File

@@ -92,7 +92,7 @@ export default function BookingPage() {
href: "/contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg"
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg?_wi=4"
imageAlt="Luxury vehicle booking appointment"
imagePosition="right"
mediaAnimation="slide-up"

View File

@@ -80,7 +80,7 @@ export default function GalleryPage() {
name: "Lamborghini Huracán",
price: "Premium Detail",
variant: "Exotic Supercar Excellence",
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg?_wi=4",
imageAlt: "Lamborghini Huracán detail",
},
{
@@ -88,7 +88,7 @@ export default function GalleryPage() {
name: "Rolls-Royce Phantom",
price: "Ultra-Luxury Care",
variant: "Handcrafted Perfection",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg?_wi=4",
imageAlt: "Rolls-Royce Phantom detail",
},
{
@@ -96,7 +96,7 @@ export default function GalleryPage() {
name: "Bugatti Veyron",
price: "Hypercar Excellence",
variant: "Extreme Precision",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg?_wi=4",
imageAlt: "Bugatti Veyron detail",
},
{
@@ -104,7 +104,7 @@ export default function GalleryPage() {
name: "Mercedes-AMG GT",
price: "Performance Luxury",
variant: "Precision Engineering",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg?_wi=5",
imageAlt: "Mercedes-AMG GT detail",
},
]}
@@ -125,7 +125,7 @@ export default function GalleryPage() {
title: "Exterior Detailing",
description: "Professional paint correction, ceramic coating, and meticulous surface preparation for show-quality finishes",
tag: "Premium Service",
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg?_wi=4",
imageAlt: "Professional exterior detailing",
},
{
@@ -133,7 +133,7 @@ export default function GalleryPage() {
title: "Interior Detailing",
description: "Deep cleaning of leather, alcantara, and premium materials with specialized conditioning treatments",
tag: "Luxury Care",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg?_wi=3",
imageAlt: "Luxury interior detailing",
},
{
@@ -141,7 +141,7 @@ export default function GalleryPage() {
title: "Ceramic Coating",
description: "Advanced nano-ceramic protection providing superior durability and hydrophobic properties",
tag: "Protection",
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg?_wi=4",
imageAlt: "Ceramic coating application",
},
]}
@@ -167,7 +167,7 @@ export default function GalleryPage() {
tag: "Ferrari Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg",
avatarAlt: "luxury car owner satisfied professional portrait",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg?_wi=3",
imageAlt: "Ferrari detail transformation",
},
{
@@ -179,7 +179,7 @@ export default function GalleryPage() {
tag: "Lamborghini Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
avatarAlt: "successful business owner luxury portrait",
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg?_wi=5",
imageAlt: "Lamborghini detail work",
},
{
@@ -191,7 +191,7 @@ export default function GalleryPage() {
tag: "Rolls-Royce Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-athletic-wear-earbuds-outdoors_23-2148773858.jpg",
avatarAlt: "premium client luxury lifestyle portrait",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg?_wi=5",
imageAlt: "Rolls-Royce detail service",
},
{
@@ -203,7 +203,7 @@ export default function GalleryPage() {
tag: "Bugatti Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/men-fashion-editorial-outdoors_23-2151905325.jpg",
avatarAlt: "luxury lifestyle professional portrait photography",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg?_wi=5",
imageAlt: "Bugatti detail work",
},
{
@@ -215,7 +215,7 @@ export default function GalleryPage() {
tag: "Mercedes Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1294.jpg",
avatarAlt: "high-end client satisfied professional portrait",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg?_wi=6",
imageAlt: "Mercedes detail work",
},
{
@@ -227,7 +227,7 @@ export default function GalleryPage() {
tag: "Porsche Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-coffee-shop_53876-42686.jpg",
avatarAlt: "luxury brand enthusiast satisfied portrait",
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg?_wi=5",
imageAlt: "Porsche detail service",
},
]}

View File

@@ -66,7 +66,7 @@ export default function HomePage() {
{ text: "Book Appointment", href: "#contact" },
{ text: "View Services", href: "/services" },
]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg"
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg?_wi=1"
imageAlt="Luxury Ferrari professional detailing"
imagePosition="right"
mediaAnimation="slide-up"
@@ -86,7 +86,7 @@ export default function HomePage() {
"Professional paint correction, ceramic coating, and meticulous surface preparation for show-quality finishes",
tag: "Premium Service",
imageSrc:
"http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg",
"http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg?_wi=1",
imageAlt: "Professional exterior detailing",
},
{
@@ -96,7 +96,7 @@ export default function HomePage() {
"Deep cleaning of leather, alcantara, and premium materials with specialized conditioning treatments",
tag: "Luxury Care",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg",
"http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg?_wi=1",
imageAlt: "Luxury interior detailing",
},
{
@@ -106,7 +106,7 @@ export default function HomePage() {
"Advanced nano-ceramic protection providing superior durability and hydrophobic properties",
tag: "Protection",
imageSrc:
"http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg",
"http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg?_wi=1",
imageAlt: "Ceramic coating application",
},
]}
@@ -159,7 +159,7 @@ export default function HomePage() {
price: "Premium Detail",
variant: "Exotic Supercar Excellence",
imageSrc:
"http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg",
"http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg?_wi=1",
imageAlt: "Lamborghini Huracán detail",
},
{
@@ -168,7 +168,7 @@ export default function HomePage() {
price: "Ultra-Luxury Care",
variant: "Handcrafted Perfection",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg",
"http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg?_wi=1",
imageAlt: "Rolls-Royce Phantom detail",
},
{
@@ -177,7 +177,7 @@ export default function HomePage() {
price: "Hypercar Excellence",
variant: "Extreme Precision",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg",
"http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg?_wi=1",
imageAlt: "Bugatti Veyron detail",
},
{
@@ -186,7 +186,7 @@ export default function HomePage() {
price: "Performance Luxury",
variant: "Precision Engineering",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg",
"http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg?_wi=1",
imageAlt: "Mercedes-AMG GT detail",
},
]}
@@ -214,7 +214,7 @@ export default function HomePage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg",
"http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg?_wi=2",
},
{
id: "2",
@@ -227,7 +227,7 @@ export default function HomePage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg",
"http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg?_wi=2",
},
{
id: "3",
@@ -240,7 +240,7 @@ export default function HomePage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/front-view-man-athletic-wear-earbuds-outdoors_23-2148773858.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg",
"http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg?_wi=2",
},
{
id: "4",
@@ -253,7 +253,7 @@ export default function HomePage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/men-fashion-editorial-outdoors_23-2151905325.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg",
"http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg?_wi=2",
},
{
id: "5",
@@ -266,7 +266,7 @@ export default function HomePage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1294.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg",
"http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg?_wi=3",
},
{
id: "6",
@@ -279,7 +279,7 @@ export default function HomePage() {
avatarSrc:
"http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-coffee-shop_53876-42686.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg",
"http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg?_wi=2",
},
]}
textboxLayout="default"

View File

@@ -58,7 +58,7 @@ export default function ReviewsPage() {
tag: "Ferrari Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg",
avatarAlt: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg?_wi=5",
imageAlt: "Ferrari detail showcase",
},
{
@@ -70,7 +70,7 @@ export default function ReviewsPage() {
tag: "Lamborghini Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
avatarAlt: "Sarah Davidson",
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26071.jpg?_wi=6",
imageAlt: "Lamborghini detail transformation",
},
{
@@ -82,7 +82,7 @@ export default function ReviewsPage() {
tag: "Rolls-Royce Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-athletic-wear-earbuds-outdoors_23-2148773858.jpg",
avatarAlt: "James Richardson",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212220.jpg?_wi=6",
imageAlt: "Rolls-Royce polish perfection",
},
{
@@ -94,7 +94,7 @@ export default function ReviewsPage() {
tag: "Bugatti Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/men-fashion-editorial-outdoors_23-2151905325.jpg",
avatarAlt: "Victoria Petrov",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15192.jpg?_wi=6",
imageAlt: "Bugatti hypercar excellence",
},
{
@@ -106,7 +106,7 @@ export default function ReviewsPage() {
tag: "Mercedes Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/mechanic-standing-with-arms-crossed_1170-1294.jpg",
avatarAlt: "David Hoffman",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193563.jpg?_wi=7",
imageAlt: "Mercedes-AMG glossy detail",
},
{
@@ -118,7 +118,7 @@ export default function ReviewsPage() {
tag: "Porsche Owner",
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-coffee-shop_53876-42686.jpg",
avatarAlt: "Alexandra Wong",
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg?_wi=5",
imageAlt: "Porsche professional detailing",
},
];

View File

@@ -86,7 +86,7 @@ export default function ServiceAreasPage() {
title: "Los Angeles County",
description: "Our primary service area covering Beverly Hills, Bel Air, West Hollywood, Santa Monica, and the greater LA metropolitan region where luxury vehicles are concentrated.",
tag: "Primary Service",
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg?_wi=6",
imageAlt: "Los Angeles detailing service",
},
{
@@ -94,7 +94,7 @@ export default function ServiceAreasPage() {
title: "Orange County",
description: "Extended coverage including Newport Beach, Huntington Beach, Crystal Cove, and coastal communities home to prestigious automotive collections.",
tag: "Extended Service",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg?_wi=4",
imageAlt: "Orange County service area",
},
{
@@ -102,7 +102,7 @@ export default function ServiceAreasPage() {
title: "San Diego & South County",
description: "Expanding southward to serve La Jolla, Rancho Santa Fe, and Southern California's elite automotive enthusiasts with our signature detailing excellence.",
tag: "Expansion Markets",
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg?_wi=6",
imageAlt: "San Diego coverage region",
},
]}

View File

@@ -54,7 +54,7 @@ export default function ServicesPage() {
"Professional paint correction, ceramic coating application, and meticulous surface preparation for show-quality finishes. We eliminate swirl marks, minor scratches, and oxidation with precision detailing techniques.",
tag: "Premium Service",
imageSrc:
"http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg",
"http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26065.jpg?_wi=3",
imageAlt: "Professional exterior detailing",
},
{
@@ -64,7 +64,7 @@ export default function ServicesPage() {
"Deep cleaning of leather, alcantara, and premium materials with specialized conditioning treatments. From dashboard vacuum to leather restoration, we ensure every interior surface reflects luxury.",
tag: "Luxury Care",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg",
"http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg?_wi=2",
imageAlt: "Luxury interior detailing",
},
{
@@ -74,7 +74,7 @@ export default function ServicesPage() {
"Advanced nano-ceramic protection providing superior durability and hydrophobic properties. Our multi-layer ceramic coating protects your vehicle's paint from environmental contaminants for up to 24 months.",
tag: "Protection",
imageSrc:
"http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg",
"http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35957.jpg?_wi=2",
imageAlt: "Ceramic coating application",
},
]}