Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff219b09b7 | |||
| 8734ef4deb | |||
| 4f213d229c | |||
| 80706036d9 |
@@ -11,7 +11,7 @@ import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Globe, Eye, TrendingUp, DollarSign, Zap, Search, Users, CheckCircle2, Sparkles, Heart, Rocket, House, BarChart3, Settings, CheckCircle, Mail } from "lucide-react";
|
||||
import { Globe, Eye, TrendingUp, DollarSign, Zap, Search, Users, CheckCircle2, Sparkles, Heart, Rocket, House, BarChart3, Settings, CheckCircle, Mail, Crown } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -210,6 +210,15 @@ export default function LandingPage() {
|
||||
features: [
|
||||
"Full website", "Photo gallery", "SEO optimized", "Google ready", "Everything a growing business needs", "Free domain setup"],
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "$1,499+", name: "Enterprise", buttons: [
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#faq" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited pages", "E-commerce integration", "Advanced analytics", "Custom integrations", "Dedicated support", "Priority maintenance", "Advanced SEO optimization"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--background: #0b1929;
|
||||
--card: #142847;
|
||||
--foreground: #e8f0f8;
|
||||
--primary-cta: #1e5a96;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--accent: #4a8bc2;
|
||||
--background-accent: #2d5a8f;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user