Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2194e335c | |||
| 58b18355ef | |||
| 26cd4aa195 | |||
| 6793adc95e | |||
| c6a777d076 | |||
| cebd6b4628 |
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user