Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-03-06 06:43:20 +00:00
3 changed files with 30 additions and 40 deletions

View File

@@ -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({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
className={`${inter.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="blurBottom"
cardStyle="glass-elevated"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
headingFontWeight="medium"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="none"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
@@ -44,9 +45,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="HABITBOCK"
description="Stop guessing. Start growing. The 100% automated Google Sheets system to master your routine and hit your goals."
description="STOP CHASING DISCIPLINE. START OWNING IT."
buttons={[
{ text: "GET INSTANT ACCESS NOW", href: "#newsletter" }
{ text: "YES! I WANT INSTANT ACCESS NOW", href: "#newsletter" }
]}
slides={[
{
@@ -54,7 +55,7 @@ export default function LandingPage() {
}
]}
autoplayDelay={5000}
showDimOverlay={true}
showDimOverlay={false}
/>
</div>
@@ -76,8 +77,8 @@ export default function LandingPage() {
<div id="problem-solution" data-section="problem-solution">
<TextAbout
tag="The Difference"
title="Why most people fail: Complexity. Why Habitbock works: Simplicity & Data."
tag="Why Habitbock?"
title="Instant Email Delivery • No Monthly Fees • Lifetime Updates"
useInvertedBackground={false}
/>
</div>
@@ -86,15 +87,15 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "1", name: "Habitbock Tracker System", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", imageAlt: "Habitbock Dashboard Mockup", initialQuantity: 1
id: "1", name: "Habitbock System", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-taking-online-class-her-laptop-home_23-2149114301.jpg", imageAlt: "Habitbock Dashboard Mockup", initialQuantity: 1
}
]}
title="Your Complete Habit Tracking System"
description="High-quality automated dashboard designed for elite performers. Secure checkout. Instant access."
title: "Your Complete Habit Tracking System"
description="One-Time Payment • Lifetime Access • 100% Secure Checkout"
tag="Limited Time Offer"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
animationType="none"
useInvertedBackground={false}
/>
</div>
@@ -135,7 +136,7 @@ export default function LandingPage() {
]}
showStepNumbers={true}
textboxLayout="default"
animationType="slide-up"
animationType="none"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>
@@ -189,9 +190,9 @@ export default function LandingPage() {
}
]}
textboxLayout="default"
faqsAnimation="slide-up"
faqsAnimation="none"
useInvertedBackground={false}
animationType="smooth"
animationType="instant"
/>
</div>

View File

@@ -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);