diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 50439d5..8eb3818 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,13 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Archivo } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const archivo = Archivo({ - variable: "--font-archivo", subsets: ["latin"], -}); - export const metadata: Metadata = { title: "Habitbock | The Ultimate Habit Tracker System", description: "Master discipline and build wealth with Habitbock – the 100% automated Google Sheets system for high-performers. Limited time: just $9.99. Instant access.", keywords: "habit tracker, productivity system, google sheets, discipline, wealth building, automation, tracking dashboard", metadataBase: new URL("https://habitbock.com"), alternates: { @@ -49,7 +38,7 @@ export default function RootLayout({ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index c97ac76..20b4fcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,20 +11,21 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; +import { Check, Lock, Zap, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -76,8 +77,8 @@ export default function LandingPage() {
@@ -86,15 +87,15 @@ export default function LandingPage() { @@ -135,7 +136,7 @@ export default function LandingPage() { ]} showStepNumbers={true} textboxLayout="default" - animationType="slide-up" + animationType="none" useInvertedBackground={false} /> @@ -164,7 +165,7 @@ export default function LandingPage() { ]} cardTitle="Verified Results from Real Users Who Transformed Their Habits and Wealth" cardTag="See What They Say" - cardAnimation="slide-up" + cardAnimation="none" useInvertedBackground={false} /> @@ -189,9 +190,9 @@ export default function LandingPage() { } ]} textboxLayout="default" - faqsAnimation="slide-up" + faqsAnimation="none" useInvertedBackground={false} - animationType="smooth" + animationType="instant" /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2daa2ab..f5bd131 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #ffffff; --card: #ffffff; - --foreground: #1b0c25; + --foreground: #000000; --primary-cta: #00AEEF; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #FF3D3D; --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --accent: #00AEEF; + --background-accent: #F0F0F0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);