From 30cad6e4059efb505bfab8678b61113ad4e6a5f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:10:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 125 +++++++++++------------------------------------ 1 file changed, 29 insertions(+), 96 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45a8324..c5d07b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -96,8 +73,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Meet Serena" description={[ - "At 5 Star Nails, Serena brings her passion for neon and cute aesthetics to Mississauga. We believe every nail set should be a piece of art that reflects your unique sparkle.", - ]} + "At 5 Star Nails, Serena brings her passion for neon and cute aesthetics to Mississauga. We believe every nail set should be a piece of art that reflects your unique sparkle."]} /> @@ -107,26 +83,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Popular", - title: "Neon Gel Sets", - subtitle: "Bright & Bold", - description: "High-quality gel manicures featuring our signature neon color palette.", - imageSrc: "http://img.b2bpic.net/free-photo/make-up-nail-polish_23-2148109515.jpg", - }, + tag: "Popular", title: "Neon Gel Sets", subtitle: "Bright & Bold", description: "High-quality gel manicures featuring our signature neon color palette.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-nail-polish_23-2148109515.jpg"}, { - tag: "Trending", - title: "Cute Artistry", - subtitle: "Detailed Design", - description: "Custom cute nail art designs tailored to your vision.", - imageSrc: "http://img.b2bpic.net/free-photo/client-making-manicure-beauty-salon_1303-19142.jpg", - }, + tag: "Trending", title: "Cute Artistry", subtitle: "Detailed Design", description: "Custom cute nail art designs tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/client-making-manicure-beauty-salon_1303-19142.jpg"}, { - tag: "Essential", - title: "Nail Care", - subtitle: "Healthy Nails", - description: "Professional care to keep your natural nails strong and healthy.", - imageSrc: "http://img.b2bpic.net/free-photo/model-getting-their-nails-done_23-2149921696.jpg", - }, + tag: "Essential", title: "Nail Care", subtitle: "Healthy Nails", description: "Professional care to keep your natural nails strong and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/model-getting-their-nails-done_23-2149921696.jpg"}, ]} title="Our Signature Services" description="Expert nail care tailored to your style preferences." @@ -136,30 +97,14 @@ export default function LandingPage() {
@@ -181,34 +125,23 @@ export default function LandingPage() { logoText="5 Star Nails" columns={[ { - title: "Location", - items: [ + title: "Studio", items: [ { - label: "Mississauga, ON", - href: "#", - }, + label: "Mississauga, ON", href: "#"}, ], }, { - title: "Social", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "TikTok", - href: "#", - }, + label: "TikTok", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Policies", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Cancellation Policy", href: "#"}, ], }, ]} @@ -217,4 +150,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From d335004163f80a89803446ffacf73057e13d4129 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 03:10:20 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cb9ee46..1aaed66 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0f001a; - --card: #1d0528; - --foreground: #f8f8ff; - --primary-cta: #ff00ff; + --background: #fdf2f8; + --card: #ffffff; + --foreground: #4a044e; + --primary-cta: #db2777; --primary-cta-text: #ffffff; - --secondary-cta: #00ffff; + --secondary-cta: #9333ea; --secondary-cta-text: #000000; - --accent: #ff00ff; - --background-accent: #2d0a3d; + --accent: #e879f9; + --background-accent: #fae8ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1