Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ab7b67163 | |||
| 4938c0b22b | |||
| edb131d69c | |||
| de2f534d7b | |||
| 3120a95275 | |||
| fe1c66916c | |||
| c632c4b334 | |||
| 0811544b0e | |||
| 9416732311 | |||
| 43fe9bfc42 |
@@ -2,7 +2,6 @@
|
||||
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
@@ -52,28 +51,10 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aimsx4TX7XwPjhV6oDzfJBFQse/uploaded-1773151468524-vej94z91.jpg"
|
||||
imageAlt="Croissant appena sfornati con cappuccino al tramonto"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
className="relative"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Marco Rossi", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Marco Rossi" },
|
||||
{ id: "3", name: "Emma Martinez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", imageAlt: "Emma Martinez" },
|
||||
{ id: "4", name: "Giovanni Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", imageAlt: "Giovanni Bianchi" },
|
||||
{ id: "5", name: "Lisa Fontana", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg", imageAlt: "Lisa Fontana" },
|
||||
{ id: "6", name: "Diego Rossi", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Diego Rossi" }
|
||||
]}
|
||||
cardTitle="Una delle pasticcerie più amate di Golfo Aranci"
|
||||
cardTag="Clienti e turisti tornano ogni estate"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
features={[
|
||||
@@ -201,4 +182,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user