From 03585aabcf016b2cf9c219fdaa4c72212f0b8289 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:33:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 332 +++++++---------------------------------------- 1 file changed, 49 insertions(+), 283 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fd5e66..36b7d18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -169,21 +88,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Sparkles, - title: "Sweet 16s", - description: "Dynamic surprise dances and court coordination for an unforgettable celebration.", - }, - { - icon: Crown, - title: "Quinceañeras", - description: "Expertly choreographed Entradas, Waltzes, and Baile Sorpresas for your big day.", - }, - { - icon: Heart, - title: "Weddings", - description: "Elegant first dances and wedding party choreography tailored to your love story.", - }, + { icon: Sparkles, title: "Sweet 16s", description: "Dynamic surprise dances and court coordination for an unforgettable celebration." }, + { icon: Crown, title: "Quinceañeras", description: "Expertly choreographed Entradas, Waltzes, and Baile Sorpresas for your big day." }, + { icon: Heart, title: "Weddings", description: "Elegant first dances and wedding party choreography tailored to your love story." }, ]} title="Specialized Choreography" description="We offer professional choreography services tailored to your specific event needs and style." @@ -192,39 +99,13 @@ export default function LandingPage() {
-- 2.49.1