6 Commits

Author SHA1 Message Date
fd0dcbc92a Merge version_3 into main
Merge version_3 into main
2026-05-13 16:32:32 +00:00
dabf144409 Update src/app/page.tsx 2026-05-13 16:32:29 +00:00
3be8d1623f Merge version_3 into main
Merge version_3 into main
2026-05-13 16:23:27 +00:00
2958661d3f Update theme colors 2026-05-13 16:23:21 +00:00
8ca593c6a2 Merge version_2 into main
Merge version_2 into main
2026-05-13 16:23:02 +00:00
283d6e217b Merge version_1 into main
Merge version_1 into main
2026-05-13 16:09:55 +00:00
2 changed files with 3 additions and 3 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

@@ -13,7 +13,7 @@
--background: #000000;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;