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: "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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user