diff --git a/src/app/page.tsx b/src/app/page.tsx
index ab68e5b..6ad213e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,37 +45,20 @@ export default function LandingPage() {
@@ -95,42 +70,29 @@ export default function LandingPage() {
title="Where Nature Meets Ultimate Luxury"
buttons={[
{
- text: "Learn More",
- href: "#amenities",
- },
+ text: "Learn More", href: "#amenities"},
]}
/>
@@ -250,8 +144,7 @@ export default function LandingPage() {
@@ -262,25 +155,17 @@ export default function LandingPage() {
logoText="Torry Island"
columns={[
{
- title: "Navigate",
- items: [
+ title: "Navigate", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}
@@ -289,4 +174,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3a5c203..3052ed0 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0a0a0a;
- --card: #1a1a1a;
- --foreground: #f5f5f5;
- --primary-cta: #ffdf7d;
+ --background: #fbfbfb;
+ --card: #f2f2f2;
+ --foreground: #1a1a1a;
+ --primary-cta: #1a1a1a;
--primary-cta-text: #0a0a0a;
- --secondary-cta: #1a1a1a;
+ --secondary-cta: #e5e5e5;
--secondary-cta-text: #ffffff;
- --accent: #b8860b;
- --background-accent: #8b6914;
+ --accent: #b8a07c;
+ --background-accent: #e0d8cc;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);