diff --git a/src/app/page.tsx b/src/app/page.tsx
index f364878..60661cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
+import ContactText from '@/components/sections/contact/ContactText';
export default function LandingPage() {
return (
@@ -30,21 +31,13 @@ export default function LandingPage() {
@@ -53,61 +46,41 @@ export default function LandingPage() {
@@ -117,14 +90,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafting Future-Proof Digital Experiences"
description={[
- "Our philosophy is rooted in the intersection of design, technology, and strategic thinking.",
- "We build digital ecosystems that are not just functional, but transformative.",
- ]}
+ "Our philosophy is rooted in the intersection of design, technology, and strategic thinking.", "We build digital ecosystems that are not just functional, but transformative."]}
buttons={[
{
- text: "Learn More",
- href: "#features",
- },
+ text: "Learn More", href: "#features"},
]}
/>
@@ -136,23 +105,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Advanced Analytics",
- description: "Harness the power of data with our advanced AI-driven analytical engine.",
- imageSrc: "http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399282.jpg",
- imageAlt: "Feature 1",
- },
+ title: "Advanced Analytics", description: "Harness the power of data with our advanced AI-driven analytical engine.", imageSrc: "http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399282.jpg", imageAlt: "Feature 1"},
{
- title: "Secure Cloud",
- description: "Enterprise-grade cloud security built into the very core of your operations.",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-software-developer-types-code-laptop-sleek-workspace_482257-124580.jpg",
- imageAlt: "Feature 2",
- },
+ title: "Secure Cloud", description: "Enterprise-grade cloud security built into the very core of your operations.", imageSrc: "http://img.b2bpic.net/free-photo/professional-software-developer-types-code-laptop-sleek-workspace_482257-124580.jpg", imageAlt: "Feature 2"},
{
- title: "Seamless Integration",
- description: "Effortlessly connect our platform with your existing tech stack in seconds.",
- imageSrc: "http://img.b2bpic.net/free-vector/cloud-network-technology-icon-gold-gradient-background_53876-119523.jpg",
- imageAlt: "Feature 3",
- },
+ title: "Seamless Integration", description: "Effortlessly connect our platform with your existing tech stack in seconds.", imageSrc: "http://img.b2bpic.net/free-vector/cloud-network-technology-icon-gold-gradient-background_53876-119523.jpg", imageAlt: "Feature 3"},
]}
title="Core Capabilities"
description="Advanced tools for the modern enterprise, designed for scalability and peak performance."
@@ -166,52 +123,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- tag: "Essential",
- price: "$99",
- period: "/mo",
- description: "Perfect for scaling businesses and startups.",
- button: {
- text: "Get Started",
- },
- featuresTitle: "Included features:",
- features: [
- "10 active projects",
- "24/7 Priority Support",
- "Advanced Analytics",
- ],
+ id: "basic", tag: "Essential", price: "$99", period: "/mo", description: "Perfect for scaling businesses and startups.", button: {
+ text: "Get Started"},
+ featuresTitle: "Included features:", features: [
+ "10 active projects", "24/7 Priority Support", "Advanced Analytics"],
},
{
- id: "pro",
- tag: "Elite",
- price: "$299",
- period: "/mo",
- description: "The ultimate solution for large-scale operations.",
- button: {
- text: "Go Elite",
- },
- featuresTitle: "All basic features, plus:",
- features: [
- "Unlimited projects",
- "Custom integrations",
- "Dedicated account manager",
- ],
+ id: "pro", tag: "Elite", price: "$299", period: "/mo", description: "The ultimate solution for large-scale operations.", button: {
+ text: "Go Elite"},
+ featuresTitle: "All basic features, plus:", features: [
+ "Unlimited projects", "Custom integrations", "Dedicated account manager"],
},
{
- id: "enterprise",
- tag: "Scale",
- price: "Custom",
- period: "/mo",
- description: "Comprehensive solutions for global enterprises.",
- button: {
- text: "Contact Sales",
- },
- featuresTitle: "Everything in Elite, plus:",
- features: [
- "Global compliance",
- "Custom security",
- "SLA support",
- ],
+ id: "enterprise", tag: "Scale", price: "Custom", period: "/mo", description: "Comprehensive solutions for global enterprises.", button: {
+ text: "Contact Sales"},
+ featuresTitle: "Everything in Elite, plus:", features: [
+ "Global compliance", "Custom security", "SLA support"],
},
]}
title="Select Your Tier"
@@ -219,6 +146,14 @@ export default function LandingPage() {
/>
+
+
+
+
@@ -286,42 +196,27 @@ export default function LandingPage() {
logoText="LUXE"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Resources",
- items: [
+ title: "Support", items: [
{
- label: "Blog",
- href: "#",
- },
+ label: "WhatsApp Support", href: "https://wa.me/1234567890"},
{
- label: "Support",
- href: "#",
- },
+ label: "Help Center", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}
@@ -330,4 +225,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index b9e5214..f3435b3 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-nunito), sans-serif;
+ font-family: var(--font-playfair), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
- font-family: var(--font-nunito), sans-serif;
+ font-family: var(--font-playfair), sans-serif;
}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index b7afc67..8ef938e 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f4ef;
- --card: #dad6cd;
- --foreground: #2a2928;
- --primary-cta: #2a2928;
+ --background: #fbf8f5;
+ --card: #fdfaf7;
+ --foreground: #4a4440;
+ --primary-cta: #d4af37;
--primary-cta-text: #f5f4ef;
- --secondary-cta: #ecebea;
+ --secondary-cta: #f8c8dc;
--secondary-cta-text: #2a2928;
- --accent: #ffffff;
- --background-accent: #c6b180;
+ --accent: #f5e6e8;
+ --background-accent: #efe4d8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);