Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import { Cigarette, CheckCircle, Brain, Target, Award } from "lucide-react";
|
||||
import { CheckCircle, Brain } from "lucide-react";
|
||||
|
||||
export default function SalesPage() {
|
||||
return (
|
||||
@@ -132,7 +132,7 @@ export default function SalesPage() {
|
||||
title="Need Guidance?"
|
||||
description="Our support team is here to help you get started on your journey."
|
||||
buttons={[{ text: "Email Us", href: "mailto:support@freedomebook.com" }]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user