Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-06 15:55:35 +00:00
4 changed files with 75 additions and 290 deletions

View File

@@ -52,7 +52,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -74,8 +74,8 @@ export default function AboutPage() {
tag="Our Story"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg?_wi=3"
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg"
imageAlt="Rauxelion Business Dashboard"
buttons={[
{ text: "Get Started", href: "/contact" },
@@ -110,7 +110,7 @@ export default function AboutPage() {
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Call +91 8767495962", href: "tel:+918767495962" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "canvas-reveal" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -38,64 +38,28 @@ export default function BlogPage() {
const blogPosts = [
{
id: 1,
title: "5 Ways Business Automation Can Transform Your Operations",
excerpt:
"Discover how intelligent automation can streamline workflows, reduce costs, and accelerate growth. Learn practical strategies used by 500+ successful businesses.",
date: "March 15, 2024",
category: "Automation",
readTime: "5 min read",
image: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg",
},
title: "5 Ways Business Automation Can Transform Your Operations", excerpt:
"Discover how intelligent automation can streamline workflows, reduce costs, and accelerate growth. Learn practical strategies used by 500+ successful businesses.", date: "March 15, 2024", category: "Automation", readTime: "5 min read", image: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg"},
{
id: 2,
title: "Instagram Growth Hacks: From 5K to 50K Followers",
excerpt:
"Proven strategies to scale your Instagram presence rapidly. Learn the exact tactics our clients used to grow their audience and engagement rates.",
date: "March 10, 2024",
category: "Social Media",
readTime: "7 min read",
image: "http://img.b2bpic.net/free-vector/boho-instagram-stories-collection_23-2149037065.jpg",
},
title: "Instagram Growth Hacks: From 5K to 50K Followers", excerpt:
"Proven strategies to scale your Instagram presence rapidly. Learn the exact tactics our clients used to grow their audience and engagement rates.", date: "March 10, 2024", category: "Social Media", readTime: "7 min read", image: "http://img.b2bpic.net/free-vector/boho-instagram-stories-collection_23-2149037065.jpg"},
{
id: 3,
title: "The Ultimate Guide to Website Development for Startups",
excerpt:
"Learn how to build a high-converting website that positions your startup for success. Includes best practices and real case studies.",
date: "March 5, 2024",
category: "Web Development",
readTime: "8 min read",
image: "http://img.b2bpic.net/free-photo/young-men-working-office_23-2147785027.jpg",
},
title: "The Ultimate Guide to Website Development for Startups", excerpt:
"Learn how to build a high-converting website that positions your startup for success. Includes best practices and real case studies.", date: "March 5, 2024", category: "Web Development", readTime: "8 min read", image: "http://img.b2bpic.net/free-photo/young-men-working-office_23-2147785027.jpg"},
{
id: 4,
title: "Digital Marketing Trends 2024: What You Need to Know",
excerpt:
"Stay ahead of the curve with the latest digital marketing trends. From AI-powered automation to personalization, explore what's driving results.",
date: "February 28, 2024",
category: "Marketing",
readTime: "6 min read",
image: "http://img.b2bpic.net/free-psd/marketing-strategy-instagram-posts_23-2150497361.jpg",
},
title: "Digital Marketing Trends 2024: What You Need to Know", excerpt:
"Stay ahead of the curve with the latest digital marketing trends. From AI-powered automation to personalization, explore what's driving results.", date: "February 28, 2024", category: "Marketing", readTime: "6 min read", image: "http://img.b2bpic.net/free-psd/marketing-strategy-instagram-posts_23-2150497361.jpg"},
{
id: 5,
title: "Branding Strategy: Building a Business That Stands Out",
excerpt:
"Master the art of creating a memorable brand identity. Learn how successful companies differentiate themselves in crowded markets.",
date: "February 20, 2024",
category: "Branding",
readTime: "7 min read",
image: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325905.jpg",
},
title: "Branding Strategy: Building a Business That Stands Out", excerpt:
"Master the art of creating a memorable brand identity. Learn how successful companies differentiate themselves in crowded markets.", date: "February 20, 2024", category: "Branding", readTime: "7 min read", image: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325905.jpg"},
{
id: 6,
title: "Scaling Your Business: A Complete Automation Roadmap",
excerpt:
"A step-by-step guide to scaling your business through intelligent automation. Learn the framework used by our fastest-growing clients.",
date: "February 15, 2024",
category: "Growth Strategy",
readTime: "9 min read",
image: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel_23-2148378207.jpg",
},
title: "Scaling Your Business: A Complete Automation Roadmap", excerpt:
"A step-by-step guide to scaling your business through intelligent automation. Learn the framework used by our fastest-growing clients.", date: "February 15, 2024", category: "Growth Strategy", readTime: "9 min read", image: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel_23-2148378207.jpg"},
];
return (
@@ -105,7 +69,7 @@ export default function BlogPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -182,16 +146,12 @@ export default function BlogPage() {
description="Join 500+ businesses that have already scaled their operations with our automation platform. Schedule a free consultation with our team to discuss your growth goals."
buttons={[
{
text: "Start Your Free Consultation",
href: "/contact",
},
text: "Start Your Free Consultation", href: "/contact"},
{
text: "Call +91 8767495962",
href: "tel:+918767495962",
},
text: "Call +91 8767495962", href: "tel:+918767495962"},
]}
background={{
variant: "floatingGradient" as const,
variant: "canvas-reveal" as const,
}}
useInvertedBackground={false}
/>

View File

@@ -56,7 +56,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -78,8 +78,8 @@ export default function HomePage() {
tag="Business Automation Platform"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg?_wi=1"
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg"
imageAlt="Rauxelion Business Dashboard"
buttons={[
{ text: "Get Started", href: "/contact" },
@@ -112,42 +112,24 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Website Development",
description: "Professional, responsive websites that drive conversions and showcase your brand authority.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-psd/marketing-strategy-instagram-posts_23-2150497361.jpg?_wi=1",
imageAlt: "Marketing Strategy",
},
title: "Website Development", description: "Professional, responsive websites that drive conversions and showcase your brand authority.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-psd/marketing-strategy-instagram-posts_23-2150497361.jpg", imageAlt: "Marketing Strategy"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325905.jpg?_wi=1",
imageAlt: "Branding Design",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325905.jpg", imageAlt: "Branding Design"},
},
{
id: 2,
title: "Business Automation Setup",
description: "Streamline operations with intelligent automation systems that save time and reduce costs.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/web-hosting-service-information-chains-content-management-networking-connection-synchronization-internet-server-data-storage_335657-830.jpg?_wi=1",
imageAlt: "Automation Workflow",
},
title: "Business Automation Setup", description: "Streamline operations with intelligent automation systems that save time and reduce costs.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/web-hosting-service-information-chains-content-management-networking-connection-synchronization-internet-server-data-storage_335657-830.jpg", imageAlt: "Automation Workflow"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg?_wi=2",
imageAlt: "Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg", imageAlt: "Dashboard"},
},
{
id: 3,
title: "Digital Marketing & Instagram Growth",
description: "Scale your social presence and reach with data-driven digital marketing strategies.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-psd/marketing-strategy-instagram-posts_23-2150497361.jpg?_wi=2",
imageAlt: "Marketing Strategy",
},
title: "Digital Marketing & Instagram Growth", description: "Scale your social presence and reach with data-driven digital marketing strategies.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-psd/marketing-strategy-instagram-posts_23-2150497361.jpg", imageAlt: "Marketing Strategy"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/boho-instagram-stories-collection_23-2149037065.jpg?_wi=1",
imageAlt: "Social Media Portfolio",
},
imageSrc: "http://img.b2bpic.net/free-vector/boho-instagram-stories-collection_23-2149037065.jpg", imageAlt: "Social Media Portfolio"},
},
]}
showStepNumbers={true}
@@ -168,59 +150,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Business Growth Accelerated",
quote: "Rauxelion's automation system helped us streamline operations and increase revenue by 300% in just 6 months. The team was incredibly supportive throughout the implementation.",
name: "Rajesh Kumar",
role: "CEO",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg?_wi=1",
imageAlt: "Rajesh Kumar",
},
id: "1", title: "Business Growth Accelerated", quote: "Rauxelion's automation system helped us streamline operations and increase revenue by 300% in just 6 months. The team was incredibly supportive throughout the implementation.", name: "Rajesh Kumar", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg", imageAlt: "Rajesh Kumar"},
{
id: "2",
title: "Social Media Success",
quote: "From 5K to 50K followers in 3 months! Rauxelion's Instagram growth strategies are phenomenal. Our engagement and conversions have never been better.",
name: "Priya Sharma",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
id: "2", title: "Social Media Success", quote: "From 5K to 50K followers in 3 months! Rauxelion's Instagram growth strategies are phenomenal. Our engagement and conversions have never been better.", name: "Priya Sharma", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-confident-young-businesswoman_23-2147943798.jpg", imageAlt: "Priya Sharma"},
{
id: "3",
title: "Streamlined Operations",
quote: "The business automation setup saved us 20+ hours per week. We can now focus on strategy instead of repetitive tasks. Highly recommended!",
name: "Amit Verma",
role: "Operations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-looking-camera_23-2147900055.jpg?_wi=1",
imageAlt: "Amit Verma",
},
id: "3", title: "Streamlined Operations", quote: "The business automation setup saved us 20+ hours per week. We can now focus on strategy instead of repetitive tasks. Highly recommended!", name: "Amit Verma", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-looking-camera_23-2147900055.jpg", imageAlt: "Amit Verma"},
{
id: "4",
title: "Website That Converts",
quote: "The website redesign completely transformed our online presence. Sales increased by 250% and we finally have a platform that represents our brand properly.",
name: "Neha Patel",
role: "Business Owner",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg",
imageAlt: "Neha Patel",
},
id: "4", title: "Website That Converts", quote: "The website redesign completely transformed our online presence. Sales increased by 250% and we finally have a platform that represents our brand properly.", name: "Neha Patel", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", imageAlt: "Neha Patel"},
{
id: "5",
title: "Professional Branding",
quote: "Rauxelion gave us a complete brand identity that resonates with our target audience. The logo and brand guidelines are exactly what we needed.",
name: "Vikram Singh",
role: "Marketing Director",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg",
imageAlt: "Vikram Singh",
},
id: "5", title: "Professional Branding", quote: "Rauxelion gave us a complete brand identity that resonates with our target audience. The logo and brand guidelines are exactly what we needed.", name: "Vikram Singh", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", imageAlt: "Vikram Singh"},
{
id: "6",
title: "Complete Business Transformation",
quote: "From website to marketing to automation - Rauxelion handled everything with excellence. We're now a modern, automated business ready for scale.",
name: "Ananya Desai",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-outdoors_23-2147985032.jpg",
imageAlt: "Ananya Desai",
},
id: "6", title: "Complete Business Transformation", quote: "From website to marketing to automation - Rauxelion handled everything with excellence. We're now a modern, automated business ready for scale.", name: "Ananya Desai", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-outdoors_23-2147985032.jpg", imageAlt: "Ananya Desai"},
]}
/>
</div>
@@ -233,35 +173,14 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
brand: "Rauxelion",
name: "E-commerce Website Redesign",
price: "Business Growth +250%",
rating: 5,
reviewCount: "47 Projects",
imageSrc: "http://img.b2bpic.net/free-photo/young-men-working-office_23-2147785027.jpg?_wi=1",
imageAlt: "E-commerce Website Design",
},
id: "1", brand: "Rauxelion", name: "E-commerce Website Redesign", price: "Business Growth +250%", rating: 5,
reviewCount: "47 Projects", imageSrc: "http://img.b2bpic.net/free-photo/young-men-working-office_23-2147785027.jpg", imageAlt: "E-commerce Website Design"},
{
id: "2",
brand: "Rauxelion",
name: "Social Media Marketing Campaign",
price: "Followers Grown +2000%",
rating: 5,
reviewCount: "82 Campaigns",
imageSrc: "http://img.b2bpic.net/free-vector/boho-instagram-stories-collection_23-2149037065.jpg?_wi=2",
imageAlt: "Social Media Portfolio",
},
id: "2", brand: "Rauxelion", name: "Social Media Marketing Campaign", price: "Followers Grown +2000%", rating: 5,
reviewCount: "82 Campaigns", imageSrc: "http://img.b2bpic.net/free-vector/boho-instagram-stories-collection_23-2149037065.jpg", imageAlt: "Social Media Portfolio"},
{
id: "3",
brand: "Rauxelion",
name: "Automation Dashboard Setup",
price: "Productivity +300%",
rating: 5,
reviewCount: "156 Implementations",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel_23-2148378207.jpg?_wi=1",
imageAlt: "Business Dashboard Setup",
},
id: "3", brand: "Rauxelion", name: "Automation Dashboard Setup", price: "Productivity +300%", rating: 5,
reviewCount: "156 Implementations", imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel_23-2148378207.jpg", imageAlt: "Business Dashboard Setup"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -279,74 +198,37 @@ export default function HomePage() {
tagAnimation="slide-up"
plans={[
{
id: "basic",
price: "₹29,999/month",
name: "Basic Plan",
buttons: [
id: "basic", price: "₹29,999/month", name: "Basic Plan", buttons: [
{ text: "Get Started", href: "/contact" },
{ text: "Learn More", href: "#" },
],
features: [
"Website Development",
"Basic SEO Setup",
"1 Social Media Account",
"Monthly Reports",
],
"Website Development", "Basic SEO Setup", "1 Social Media Account", "Monthly Reports"],
},
{
id: "startup",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "₹59,999/month",
name: "Startup Plan",
buttons: [
id: "startup", badge: "Most Popular", badgeIcon: Sparkles,
price: "₹59,999/month", name: "Startup Plan", buttons: [
{ text: "Get Started", href: "/contact" },
{ text: "Learn More", href: "#" },
],
features: [
"Website Development",
"Advanced SEO",
"Instagram Growth Services",
"Digital Marketing Setup",
"Automation Dashboard",
"Weekly Support",
],
"Website Development", "Advanced SEO", "Instagram Growth Services", "Digital Marketing Setup", "Automation Dashboard", "Weekly Support"],
},
{
id: "business",
price: "₹99,999/month",
name: "Business Growth Plan",
buttons: [
id: "business", price: "₹99,999/month", name: "Business Growth Plan", buttons: [
{ text: "Get Started", href: "/contact" },
{ text: "Learn More", href: "#" },
],
features: [
"Complete Website Solution",
"Full Automation Setup",
"Multi-Channel Marketing",
"Branding & Logo Design",
"Landing Page Creation",
"Priority 24/7 Support",
"Monthly Strategy Sessions",
],
"Complete Website Solution", "Full Automation Setup", "Multi-Channel Marketing", "Branding & Logo Design", "Landing Page Creation", "Priority 24/7 Support", "Monthly Strategy Sessions"],
},
{
id: "enterprise",
price: "₹199,999+/month",
name: "Enterprise Plan",
buttons: [
id: "enterprise", price: "₹199,999+/month", name: "Enterprise Plan", buttons: [
{ text: "Contact Sales", href: "/contact" },
{ text: "Schedule Demo", href: "#" },
],
features: [
"Everything in Business Plan",
"Custom Automation Workflows",
"Dedicated Account Manager",
"AI-Powered Analytics",
"Custom Integrations",
"API Access",
"White Label Solutions",
],
"Everything in Business Plan", "Custom Automation Workflows", "Dedicated Account Manager", "AI-Powered Analytics", "Custom Integrations", "API Access", "White Label Solutions"],
},
]}
animationType="slide-up"
@@ -366,7 +248,7 @@ export default function HomePage() {
{ text: "Start Your Free Consultation", href: "/contact" },
{ text: "Call +91 8767495962", href: "tel:+918767495962" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "canvas-reveal" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -46,98 +46,45 @@ export default function PricingPage() {
const pricingPlans = [
{
id: "basic",
price: "₹29,999/month",
name: "Basic Plan",
buttons: [
id: "basic", price: "₹29,999/month", name: "Basic Plan", buttons: [
{
text: "Get Started",
href: "/contact",
},
text: "Get Started", href: "/contact"},
{
text: "Learn More",
href: "/contact",
},
text: "Learn More", href: "/contact"},
],
features: [
"Website Development",
"Basic SEO Setup",
"1 Social Media Account",
"Monthly Reports",
],
"Website Development", "Basic SEO Setup", "1 Social Media Account", "Monthly Reports"],
},
{
id: "startup",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "₹59,999/month",
name: "Startup Plan",
buttons: [
id: "startup", badge: "Most Popular", badgeIcon: Sparkles,
price: "₹59,999/month", name: "Startup Plan", buttons: [
{
text: "Get Started",
href: "/contact",
},
text: "Get Started", href: "/contact"},
{
text: "Learn More",
href: "/contact",
},
text: "Learn More", href: "/contact"},
],
features: [
"Website Development",
"Advanced SEO",
"Instagram Growth Services",
"Digital Marketing Setup",
"Automation Dashboard",
"Weekly Support",
],
"Website Development", "Advanced SEO", "Instagram Growth Services", "Digital Marketing Setup", "Automation Dashboard", "Weekly Support"],
},
{
id: "business",
price: "₹99,999/month",
name: "Business Growth Plan",
buttons: [
id: "business", price: "₹99,999/month", name: "Business Growth Plan", buttons: [
{
text: "Get Started",
href: "/contact",
},
text: "Get Started", href: "/contact"},
{
text: "Learn More",
href: "/contact",
},
text: "Learn More", href: "/contact"},
],
features: [
"Complete Website Solution",
"Full Automation Setup",
"Multi-Channel Marketing",
"Branding & Logo Design",
"Landing Page Creation",
"Priority 24/7 Support",
"Monthly Strategy Sessions",
],
"Complete Website Solution", "Full Automation Setup", "Multi-Channel Marketing", "Branding & Logo Design", "Landing Page Creation", "Priority 24/7 Support", "Monthly Strategy Sessions"],
},
{
id: "enterprise",
price: "₹199,999+/month",
name: "Enterprise Plan",
buttons: [
id: "enterprise", price: "₹199,999+/month", name: "Enterprise Plan", buttons: [
{
text: "Contact Sales",
href: "/contact",
},
text: "Contact Sales", href: "/contact"},
{
text: "Schedule Demo",
href: "/contact",
},
text: "Schedule Demo", href: "/contact"},
],
features: [
"Everything in Business Plan",
"Custom Automation Workflows",
"Dedicated Account Manager",
"AI-Powered Analytics",
"Custom Integrations",
"API Access",
"White Label Solutions",
],
"Everything in Business Plan", "Custom Automation Workflows", "Dedicated Account Manager", "AI-Powered Analytics", "Custom Integrations", "API Access", "White Label Solutions"],
},
];
@@ -148,7 +95,7 @@ export default function PricingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -191,16 +138,12 @@ export default function PricingPage() {
description="Join 500+ businesses that have already scaled their operations with our automation platform. Schedule a free consultation with our team to discuss your growth goals."
buttons={[
{
text: "Start Your Free Consultation",
href: "/contact",
},
text: "Start Your Free Consultation", href: "/contact"},
{
text: "Call +91 8767495962",
href: "tel:+918767495962",
},
text: "Call +91 8767495962", href: "tel:+918767495962"},
]}
background={{
variant: "floatingGradient" as const,
variant: "canvas-reveal" as const,
}}
useInvertedBackground={false}
/>