Update src/app/page.tsx

This commit is contained in:
2026-06-03 09:08:27 +00:00
parent c78c101217
commit e49578dcb3

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="VISIT COSTIERA"
description="Discover the magic of the Sorrento Coast with our exclusive boat tours. Embark on an unforgettable journey from Marina Piccola."
description="Discover the magic of the Sorrento Coast with our exclusive boat tours. Embark on an unforgettable journey departing from Marina Grande, exploring breathtaking coves and historical landmarks."
buttons={[
{
text: "Book Your Tour", href: "#contact"},
@@ -67,7 +67,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout
useInvertedBackground={true}
title="Experience the Enchanting Sorrento Coast"
description="Our boat tour takes you through the most breathtaking spots on the coast. From the ancient Baths of Queen Giovanna, a natural pool framed by an enormous cliff, to the crystalline waters of Baia di Puolo with its charming fisherman's village and a view of Mount Vesuvius, every moment is designed for wonder."
description="Our boat tour meticulously navigates the most breathtaking spots on the coast, revealing hidden gems and iconic landmarks. From the historical Baths of Queen Giovanna, a natural pool framed by an ancient Roman villa, to the tranquil Marina di Puolo with its charming fishing village and stunning views of Mount Vesuvius, every moment is crafted for discovery and wonder."
metrics={[
{
value: "4+", title: "Hours of Exploration"},
@@ -90,7 +90,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Bagni della Regina Giovanna", description: "Explore one of Sorrento's most enchanting spots. Swim in a natural pool accessed via a rock arch, surrounded by dramatic cliffs and ancient Roman ruins.", media: {
title: "Bagni della Regina Giovanna", description: "Explore one of Sorrento's most enchanting spots. Swim in a natural pool accessed via a rock arch, surrounded by dramatic cliffs and the historical ruins of the ancient Roman Villa Pollio Felice, adding a layer of profound historical significance to its natural beauty.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-95.jpg", imageAlt: "Bagni della Regina Giovanna"},
items: [
{
@@ -106,8 +106,8 @@ export default function LandingPage() {
reverse: false
},
{
title: "Baia di Puolo & Vesuvio Views", description: "Arrive at Baia di Puolo, known for its crystal-clear waters, pebble and sand beach, and picturesque fisherman's houses. Enjoy a stunning panorama of Mount Vesuvius.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/grotta-della-poesia-puglia_268835-15341.jpg", imageAlt: "Baia di Puolo with Mount Vesuvius in background"},
title: "Marina di Puolo & Vesuvius Views", description: "Discover the charming Marina di Puolo, a picturesque traditional fishing village with a beautiful sandy and pebble beach. Its crystal-clear waters are perfect for swimming, and it offers unparalleled panoramic views of the majestic Mount Vesuvius in the distance.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/grotta-della-poesia-puglia_268835-15341.jpg", imageAlt: "Marina di Puolo with Mount Vesuvius in background"},
items: [
{
icon: Anchor,
@@ -122,18 +122,50 @@ export default function LandingPage() {
reverse: true
},
{
title: "Massa Lubrense & Capo Corbo", description: "Admire Massa Lubrense, stretching towards Capri, bathed by the Gulfs of Naples and Salerno. Pass by Capo Corbo and its small, captivating natural waterfall, a truly unique sight.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sea-waves-seashore-daytime_181624-21341.jpg", imageAlt: "Massa Lubrense coastline"},
title: "Capo Massa: Villa Angelina & Torre", description: "Sail past the stunning Capo Massa, renowned for its dramatic coastline and historical landmarks. Admire the elegant Villa Angelina perched on the cliffs and the ancient Torre del Capo Massa, a watchtower steeped in history, guarding the strategic headland.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/view-fishing-boat-coast_23-2148184517.jpg", imageAlt: "Capo Massa with Villa Angelina and Torre"},
items: [
{
icon: Compass,
text: "Unique coastal views"},
icon: Mountain,
text: "Dramatic coastline"},
{
icon: Tent,
text: "Natural waterfall"},
icon: Crown,
text: "Elegant Villa Angelina"},
{
icon: Anchor,
text: "Historic watchtower"},
],
reverse: false
},
{
title: "Marina della Lobra & Scoglio del Vervece", description: "Explore the quaint Marina della Lobra, a traditional fishing port with a picturesque sanctuary, Santuario della Lobra, overlooking the sea. Pass by the famous Scoglio del Vervece, a small rock island that is a protected marine area and a diving paradise.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/fishing-village-sunset_181624-21319.jpg", imageAlt: "Marina della Lobra with Santuario della Lobra"},
items: [
{
icon: Ship,
text: "Traditional fishing port"},
{
icon: Compass,
text: "Picturesque sanctuary"},
{
icon: Fish,
text: "Protected marine area"},
],
reverse: true
},
{
title: "Punta Lagno to Punta Campanella", description: "Journey along the scenic stretch from Punta Lagno, offering stunning coastal vistas, leading to the dramatic headland of Punta Campanella. This ancient strategic point marks the meeting of the Gulfs of Naples and Salerno, rich in myth and natural beauty.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-island-sea_181624-4369.jpg", imageAlt: "Punta Campanella headland"},
items: [
{
icon: Mountain,
text: "Capri island proximity"},
text: "Stunning coastal vistas"},
{
icon: Waves,
text: "Myth-rich headland"},
{
icon: Compass,
text: "Meeting of two gulfs"},
],
reverse: false
},
@@ -310,4 +342,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}