Merge version_2 into main #2
@@ -14,7 +14,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Clock, Coffee, MapPin, Instagram } from "lucide-react";
|
||||
import { Clock, Coffee, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -128,7 +128,6 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
@@ -173,6 +172,7 @@ export default function LandingPage() {
|
||||
title="Connect With Us"
|
||||
description="Find us on these social platforms."
|
||||
names={["Instagram", "TikTok", "Twitter", "Threads"]}
|
||||
textboxLayout="split"
|
||||
buttons={[
|
||||
{ text: "Follow Instagram", href: "https://instagram.com/sluggish" },
|
||||
{ text: "Follow TikTok", href: "https://tiktok.com" }
|
||||
|
||||
Reference in New Issue
Block a user