Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 313f4b4ba6 | |||
| 77f8b6a33b | |||
| ae1fd9ded0 | |||
| ebbb7f58a2 | |||
| 2c7e83e58b | |||
| 3ce7267539 | |||
| e48a7b272c | |||
| 8138d33a45 | |||
| 3aeec68edb |
@@ -6,7 +6,7 @@ import { ArrowRight } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
@@ -40,9 +40,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
<HeroBillboard
|
||||
title="L'Arte della Tappezzeria a Trieste"
|
||||
description="Ridiamo vita ai vostri arredi con materiali pregiati, maestria artigianale e una cura per il dettaglio che ci distingue dal 1985."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttons={[
|
||||
{ text: "Richiedi Preventivo", href: "#contact" },
|
||||
{ text: "Scopri i Servizi", href: "#servizi" },
|
||||
|
||||
Reference in New Issue
Block a user