diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4852b87..bcb779e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,8 @@ export default function BlogPage() { brandName="Elegance Suites" navItems={[ { name: "Home", id: "/" }, - { name: "Rooms", id: "rooms" }, - { name: "Amenities", id: "amenities" }, - { name: "Gallery", id: "gallery" }, - { name: "Contact", id: "contact" }, + { name: "Shop", id: "/shop" }, ]} - button={{ text: "Book Now", href: "#contact" }} /> @@ -61,7 +57,6 @@ export default function BlogPage() { logoText="Elegance Suites" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 91d736a..383021e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Cocktail, Infinity, Leaf, Massage, Utensils, Wine } from "lucide-react"; +import { Infinity, Leaf, Martini, Sparkles, Utensils, Wine } from "lucide-react"; export default function LandingPage() { return ( @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Book Your Stay", href: "#contact" }, { text: "Explore Rooms", href: "#rooms" }, ]} - imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" imageAlt="Luxurious hotel suite with large bed and city view" tag="Luxury Accommodation" /> @@ -71,7 +71,7 @@ export default function LandingPage() { tag="Featured Rooms" products={[ { - id: "deluxe-room", name: "Deluxe King Room", price: "$299/night", variant: "Spacious & Modern", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe King Room with a large bed"}, + id: "deluxe-room", name: "Deluxe King Room", price: "$299/night", variant: "Spacious & Modern", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe King Room with a large bed"}, { id: "executive-suite", name: "Executive Suite", price: "$449/night", variant: "Luxury & Comfort", imageSrc: "https://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg", imageAlt: "Executive Suite with a separate living area"}, { @@ -120,7 +120,7 @@ export default function LandingPage() { id: "2", title: "Luxurious Spa & Wellness", description: "Indulge in a world of relaxation and rejuvenation at our state-of-the-art spa, featuring a range of treatments and therapies.", media: { imageSrc: "https://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg", imageAlt: "Serene spa treatment room with ambient lighting"}, items: [ - { icon: Massage, text: "Personalized Treatments" }, + { icon: Sparkles, text: "Personalized Treatments" }, { icon: Leaf, text: "Organic Products" }, ], reverse: true, @@ -130,7 +130,7 @@ export default function LandingPage() { imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Rooftop swimming pool with city skyline view"}, items: [ { icon: Infinity, text: "Infinity Edge Pool" }, - { icon: Cocktail, text: "Signature Drinks" }, + { icon: Martini, text: "Signature Drinks" }, ], reverse: false, }, diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e0bd21c..67efa7a 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -94,7 +94,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="light" > -