diff --git a/src/app/page.tsx b/src/app/page.tsx index b46d78e..fe314be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,28 +30,14 @@ export default function LandingPage() { @@ -59,35 +45,15 @@ export default function LandingPage() { @@ -99,14 +65,8 @@ export default function LandingPage() { title="A Legacy of Sophistication" description="Plaza Hernandez & Rosario stands as a beacon of luxury, providing a curated experience that caters to the most discerning clientele. From our state-of-the-art vehicle care to our gourmet offerings, every detail is engineered for perfection." metrics={[ - { - value: "15+", - title: "Years of Excellence", - }, - { - value: "10k+", - title: "Satisfied Clients", - }, + { value: "15+", title: "Years of Excellence" }, + { value: "10k+", title: "Satisfied Clients" }, ]} imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-elegant-decor-generated-by-ai_188544-21290.jpg" mediaAnimation="blur-reveal" @@ -121,27 +81,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Premium Auto Care", - description: "Professional detailing and maintenance for high-end vehicles.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bubbles-splashing-water_23-2147798199.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/from-bubbles-colored-water_23-2147798201.jpg", - buttonText: "View Care", - }, - { - title: "Fine Dining", - description: "Curated culinary experiences with premium ambiance.", - imageSrc: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", - buttonText: "Explore Menu", - }, - { - title: "Exclusive Shop", - description: "High-end vehicle parts and lifestyle accessories.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg", - buttonText: "Shop Now", - }, + { title: "Premium Auto Care", description: "Professional detailing and maintenance for high-end vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bubbles-splashing-water_23-2147798199.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/from-bubbles-colored-water_23-2147798201.jpg", buttonText: "View Care" }, + { title: "Fine Dining", description: "Curated culinary experiences with premium ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", buttonText: "Explore Menu" }, + { title: "Exclusive Shop", description: "High-end vehicle parts and lifestyle accessories.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg", buttonText: "Shop Now" }, ]} title="Tailored Luxury Experiences" description="We offer premium services designed for those who appreciate the finer things in life." @@ -150,52 +92,17 @@ export default function LandingPage() {