Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9eda4b1bc | |||
| 53f247619f | |||
| 40c31383cf | |||
| fe25f6daa4 |
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
||||
id: "starter", tag: "Starter", tagIcon: Zap,
|
||||
price: "$998", period: "one-time", description: "Perfect for small businesses and startups looking to establish their online presence", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"5 custom pages (Home, About, Services, Contact, Blog)", "Mobile responsive design", "Basic SEO optimization", "Contact form & analytics setup", "SSL certificate & hosting (1 year)", "Email support & 2 rounds of revisions", "Originally $1,500 - Limited time offer"
|
||||
"5 custom pages (Home, About, Services, Contact, Blog)", "Mobile responsive design", "Basic SEO optimization", "Contact form & analytics setup", "SSL certificate & hosting (1 year)", "Email support & 2 rounds of revisions", "<span style=\"text-decoration: line-through;\">Originally $1,500</span> - Limited time offer"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -267,4 +267,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0b07ff;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--accent: #93b7ff;
|
||||
--background-accent: #a8bae8;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user