Update src/app/about/page.tsx
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"use client";
|
||||
import { Star } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
@@ -14,7 +15,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -30,8 +31,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact"
|
||||
text: "Book Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -58,20 +58,11 @@ export default function AboutPage() {
|
||||
useInvertedBackground="invertDefault"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Authentic Greek Heritage",
|
||||
description: "Honoring centuries-old traditions of Mediterranean hospitality and warm welcome",
|
||||
tag: "Tradition",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/resort-relax-lifestyle-blue-chair_1203-4634.jpg",
|
||||
imageAlt: "Traditional Greek architecture and design"
|
||||
id: "1", title: "Authentic Greek Heritage", description: "Honoring centuries-old traditions of Mediterranean hospitality and warm welcome", tag: "Tradition", imageSrc: "https://img.b2bpic.net/free-photo/resort-relax-lifestyle-blue-chair_1203-4634.jpg", imageAlt: "Traditional Greek architecture and design"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sustainable Luxury",
|
||||
description: "Committed to preserving Santorini's natural beauty for future generations",
|
||||
tag: "Responsibility",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg",
|
||||
imageAlt: "Sustainable resort practices"
|
||||
title: "Sustainable Luxury", description: "Committed to preserving Santorini's natural beauty for future generations", tag: "Responsibility", imageSrc: "https://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", imageAlt: "Sustainable resort practices"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -92,8 +83,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Santorini Lux | Luxury Hotel & Resort. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Rooms & Suites", href: "/rooms" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -101,8 +91,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Reservations", href: "/contact" },
|
||||
{ label: "+30 2286 025000", href: "#" },
|
||||
{ label: "info@santorini-lux.gr", href: "#" },
|
||||
@@ -110,8 +99,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user