Merge version_1 into main #1
@@ -11,7 +11,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Sparkles, Award, Zap, Shield, Star, Heart } from "lucide-react";
|
||||
import { Sparkles, Award, Zap, Shield, Star, Heart, Crown } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Experience Premium Innovation"
|
||||
description="Discover cutting-edge products designed for those who demand excellence. Premium quality meets modern design."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Welcome to GM"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
"Advanced features", "Priority support", "Cloud storage 500GB", "Weekly updates", "Analytics dashboard", "Team collaboration"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Premium", badgeIcon: Sparkles,
|
||||
id: "enterprise", badge: "Premium", badgeIcon: Crown,
|
||||
price: "$199/month", subtitle: "For large organizations", buttons: [{ text: "Contact Sales", href: "#" }],
|
||||
features: [
|
||||
"All professional features", "Dedicated account manager", "Unlimited storage", "Real-time updates", "Advanced analytics", "Custom integrations", "White-label options"],
|
||||
|
||||
Reference in New Issue
Block a user