3 Commits

Author SHA1 Message Date
dabf144409 Update src/app/page.tsx 2026-05-13 16:32:29 +00:00
2958661d3f Update theme colors 2026-05-13 16:23:21 +00:00
8d02af69d7 Update theme colors 2026-05-13 16:22:58 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="Serenity Spa"
brandName="lashe Spa"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-notepad-with-brush-candles_23-2148439282.jpg", imageAlt: "spa menu facial treatment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-getting-massage_23-2151178214.jpg", imageAlt: "massage therapy oil treatment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-heated-rocks-back-spa_23-2148345824.jpg", imageAlt: "hot stone spa therapy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-bathroom-spa-objects_23-2147999815.jpg", imageAlt: "spa body scrub treatment" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dg0FAHyzoQ5KjgjREEzSP8kMiD/uploaded-1778689123771-aedvuiii.jpg", imageAlt: "spa body scrub treatment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wood-turkish-sauna_158595-6274.jpg", imageAlt: "spa sauna room wellness" },
]}
/>

View File

@@ -10,10 +10,10 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--background: #000000;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;