6 Commits

Author SHA1 Message Date
a2194e335c Merge version_2 into main
Merge version_2 into main
2026-03-26 02:18:41 +00:00
58b18355ef Update src/app/styles/variables.css 2026-03-26 02:18:38 +00:00
26cd4aa195 Update src/app/styles/base.css 2026-03-26 02:18:37 +00:00
6793adc95e Update src/app/page.tsx 2026-03-26 02:18:37 +00:00
c6a777d076 Merge version_1 into main
Merge version_1 into main
2026-03-26 02:08:24 +00:00
cebd6b4628 Merge version_1 into main
Merge version_1 into main
2026-03-26 02:07:40 +00:00
3 changed files with 31 additions and 11 deletions

View File

@@ -47,8 +47,17 @@ export default function LandingPage() {
{ {
name: "Pricing", id: "pricing" name: "Pricing", id: "pricing"
}, },
{
name: "Testimonials", id: "testimonials"
},
{
name: "Social Proof", id: "social-proof"
},
{ {
name: "Contact", id: "contact" name: "Contact", id: "contact"
},
{
name: "Footer", id: "footer"
} }
]} ]}
button={{ button={{
@@ -232,7 +241,9 @@ export default function LandingPage() {
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={["Fitness Studio", "Gourmet Bites", "Sweet Treats Bakery", "Bloom Salon", "Rhythm Lounge", "Local Hub Innovations"]} names={[
"Fitness Studio", "Gourmet Bites", "Sweet Treats Bakery", "Bloom Salon", "Rhythm Lounge", "Local Hub Innovations"
]}
logos={[ logos={[
"http://img.b2bpic.net/free-vector/set-blue-orange-fitness-badges_23-2147800831.jpg", "http://img.b2bpic.net/free-vector/retro-restaurant-labels-collection_23-2147529914.jpg", "http://img.b2bpic.net/free-vector/bakery-logo-collection_23-2148106194.jpg", "http://img.b2bpic.net/free-vector/floral-botanical-frame_53876-77784.jpg", "http://img.b2bpic.net/free-vector/flat-design-black-music-logo_23-2150980711.jpg", "http://img.b2bpic.net/free-vector/flat-labels-collection-world-population-day_23-2150426993.jpg" "http://img.b2bpic.net/free-vector/set-blue-orange-fitness-badges_23-2147800831.jpg", "http://img.b2bpic.net/free-vector/retro-restaurant-labels-collection_23-2147529914.jpg", "http://img.b2bpic.net/free-vector/bakery-logo-collection_23-2148106194.jpg", "http://img.b2bpic.net/free-vector/floral-botanical-frame_53876-77784.jpg", "http://img.b2bpic.net/free-vector/flat-design-black-music-logo_23-2150980711.jpg", "http://img.b2bpic.net/free-vector/flat-labels-collection-world-population-day_23-2150426993.jpg"
]} ]}
@@ -282,8 +293,17 @@ export default function LandingPage() {
{ {
label: "Pricing", href: "#pricing" label: "Pricing", href: "#pricing"
}, },
{
label: "Testimonials", href: "#testimonials"
},
{
label: "Social Proof", href: "#social-proof"
},
{ {
label: "Contact", href: "#contact" label: "Contact", href: "#contact"
},
{
label: "Back to Top", href: "#nav"
} }
] ]
}, },

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter), sans-serif; font-family: var(--font-dm-sans), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-libre-baskerville), serif; font-family: var(--font-manrope), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #0a0a0a;
--card: #f9f9f9; --card: #1a1a1a;
--foreground: #000f06e6; --foreground: #ffffff;
--primary-cta: #0a7039; --primary-cta: #1f7cff;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #010101;
--secondary-cta-text: #000f06e6; --secondary-cta-text: #ffffff;
--accent: #e2e2e2; --accent: #1f7cff;
--background-accent: #c4c4c4; --background-accent: #f96b2f;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);