Merge version_5 into main #7
@@ -12,7 +12,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Activity, Apple, Crown, Heart, Sparkles } from "lucide-react";
|
||||
import { Activity, Apple, Crown, Heart, Sparkles, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -203,6 +203,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="fixed bottom-8 right-8 z-50 flex items-center justify-center">
|
||||
<div className="cursor-pointer flex items-center justify-center p-4 bg-accent rounded-full shadow-lg transition-transform hover:scale-110">
|
||||
<MessageCircle className="w-8 h-8 text-white" />
|
||||
</div>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user