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: "Testimonials", id: "testimonials"
},
{
name: "Social Proof", id: "social-proof"
},
{
name: "Contact", id: "contact"
},
{
name: "Footer", id: "footer"
}
]}
button={{
@@ -232,7 +241,9 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
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={[
"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: "Testimonials", href: "#testimonials"
},
{
label: "Social Proof", href: "#social-proof"
},
{
label: "Contact", href: "#contact"
},
{
label: "Back to Top", href: "#nav"
}
]
},

View File

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

View File

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