Merge version_5_1781858548646 into main #7
@@ -13,7 +13,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import { Award, CheckCircle, Clock, Sparkles, Star, Users, MapPin } from "lucide-react";
|
||||
import { Instagram } from "lucide-react";
|
||||
import { Award, CheckCircle, Clock, Sparkles, Star, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -70,6 +71,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="instagram" data-section="instagram">
|
||||
<div className="py-20 bg-background">
|
||||
<div className="container mx-auto px-4">
|
||||
<h2 className="text-4xl font-bold text-center mb-12 flex items-center justify-center gap-3">
|
||||
<Instagram className="w-8 h-8" /> Seguiteci su Instagram
|
||||
</h2>
|
||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-4">
|
||||
{[1,2,3,4].map((i) => (
|
||||
<img key={i} src={`http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg?_wi=${i}`} alt="Instagram feed" className="rounded-lg shadow-lg hover:opacity-90 transition" />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user