Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
|||||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="fluid"
|
background="circleGradient"
|
||||||
cardStyle="subtle-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Experience Premium Innovation"
|
title="Experience Premium Innovation"
|
||||||
description="Discover cutting-edge products designed for those who demand excellence. Premium quality meets modern design."
|
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"
|
tag="Welcome to GM"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
|||||||
"Advanced features", "Priority support", "Cloud storage 500GB", "Weekly updates", "Analytics dashboard", "Team collaboration"],
|
"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: "#" }],
|
price: "$199/month", subtitle: "For large organizations", buttons: [{ text: "Contact Sales", href: "#" }],
|
||||||
features: [
|
features: [
|
||||||
"All professional features", "Dedicated account manager", "Unlimited storage", "Real-time updates", "Advanced analytics", "Custom integrations", "White-label options"],
|
"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