Update src/app/about/page.tsx

This commit is contained in:
2026-01-28 00:50:08 +00:00
parent f36616856c
commit 094aae8865

View File

@@ -1,5 +1,6 @@
"use client"; "use client";
import { Star } from "lucide-react"; import { Star } from "lucide-react";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
@@ -14,7 +15,7 @@ export default function AboutPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="aurora" background="circleGradient"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -30,8 +31,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Book Now", text: "Book Now", href: "/contact"
href: "/contact"
}} }}
/> />
</div> </div>
@@ -58,20 +58,11 @@ export default function AboutPage() {
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
features={[ features={[
{ {
id: "1", 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"
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", id: "2",
title: "Sustainable Luxury", 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"
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." copyrightText="© 2025 Santorini Lux | Luxury Hotel & Resort. All rights reserved."
columns={[ columns={[
{ {
title: "Explore", title: "Explore", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Rooms & Suites", href: "/rooms" }, { label: "Rooms & Suites", href: "/rooms" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
@@ -101,8 +91,7 @@ export default function AboutPage() {
] ]
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Reservations", href: "/contact" }, { label: "Reservations", href: "/contact" },
{ label: "+30 2286 025000", href: "#" }, { label: "+30 2286 025000", href: "#" },
{ label: "info@santorini-lux.gr", href: "#" }, { label: "info@santorini-lux.gr", href: "#" },
@@ -110,8 +99,7 @@ export default function AboutPage() {
] ]
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" }, { label: "Cookie Policy", href: "#" },