Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Box, Mail, Package, Phone, Settings, ShieldCheck, Users } from "lucide-react";
|
||||
import { Award, Box, Mail, MessageCircle, Package, Phone, Settings, ShieldCheck, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -218,6 +218,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
tagIcon={MessageCircle}
|
||||
title="Start Your Order"
|
||||
description="Ready to discuss your packaging requirements? Drop us a message or use the contact details below."
|
||||
buttonText="Send Request"
|
||||
@@ -244,4 +245,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user