Merge version_2 into main #4
@@ -8,7 +8,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Code, Settings, Search, Palette } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -80,23 +79,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title=""
|
||||
description=""
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Marco Rossi", role: "CEO", company: "Tech Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-technology-communication-concept-serious-bearded-freelancer-stylish-hat-sitting-front-open-laptop-working-remotely-using-free-high-speed-internet-connection-cafe_273609-1630.jpg" },
|
||||
{ id: "t2", name: "Elena Bianchi", role: "Marketing Manager", company: "ModaStyle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-working-office_158595-1193.jpg" },
|
||||
{ id: "t3", name: "Luca Verdi", role: "Freelancer", company: "Creative Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-typing-laptop-against-wall-with-notes_23-2148222637.jpg" },
|
||||
{ id: "t4", name: "Giulia Neri", role: "Owner", company: "EcoLuce", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/no-minute-without-my-laptop-handsome-young-man-working-laptop-while-enjoying-coffee-cafe_639032-2899.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contatti" data-section="contatti">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user