Merge version_1 into main #2
@@ -9,7 +9,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Award, CheckCircle, Code, Github, Mail, Shield, Sparkles, Zap, Twitter } from 'lucide-react';
|
||||
import { Award, CheckCircle, Code, Github, Mail, Shield, Sparkles, Zap, Twitter, TrendingUp } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -111,11 +111,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Monitoring", title: "JavaScript SDK", subtitle: "One Script Tag", description: "Add one line to your site. Capture all errors automatically. Full session breadcrumbs. Zero configuration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atj8Kwe0Lelg9a4bHA130v44mO/a-3d-floating-email-digest-card-showing--1773418981590-aa6999f3.png?_wi=1", imageAlt: "JavaScript SDK"
|
||||
tag: "Monitoring", title: "JavaScript SDK", subtitle: "One Script Tag", description: "Add one line to your site. Capture all errors automatically. Full session breadcrumbs. Zero configuration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atj8Kwe0Lelg9a4bHA130v44mO/a-3d-floating-email-digest-card-showing--1773418981590-aa6999f3.png", imageAlt: "JavaScript SDK"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
tag: "Notifications", title: "Email Digest", subtitle: "Morning Briefing", description: "Wake up to your error journal. Every morning at 8 AM. Summary of overnight issues + AI-suggested fixes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atj8Kwe0Lelg9a4bHA130v44mO/a-3d-floating-email-digest-card-showing--1773418981590-aa6999f3.png?_wi=2", imageAlt: "Email Digest"
|
||||
tag: "Notifications", title: "Email Digest", subtitle: "Morning Briefing", description: "Wake up to your error journal. Every morning at 8 AM. Summary of overnight issues + AI-suggested fixes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atj8Kwe0Lelg9a4bHA130v44mO/a-3d-floating-email-digest-card-showing--1773418981590-aa6999f3.png", imageAlt: "Email Digest"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -265,7 +265,7 @@ export default function LandingPage() {
|
||||
{ text: "Sign In", href: "https://debugdiary.vercel.app/signin" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
className="py-24"
|
||||
containerClassName="w-full max-w-4xl mx-auto px-4"
|
||||
|
||||
Reference in New Issue
Block a user