diff --git a/src/app/page.tsx b/src/app/page.tsx index 912e282..2ae5b3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Building, Star, Users } from "lucide-react"; +import { Building, Star, Users, Sparkles, Zap, Shield, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -136,30 +79,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Wellness Sanctuary", - description: "Revitalize with bespoke spa treatments in an oasis of serenity.", - imageSrc: "http://img.b2bpic.net/free-photo/photo-showcasing-happy-asian-bellboy-receiving-cash-tip-from-tourist-after-assisting-with-luggage-hotel-lobby-guest-checks-receives-friendly-service-gives-money-tip-concierge_482257-69408.jpg", - buttonIcon: "Sparkles", - }, - { - title: "World-Class Dining", - description: "Authentic flavors meet avant-garde culinary techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913156.jpg", - buttonIcon: "Zap", - }, - { - title: "Butler Concierge", - description: "Seamless assistance tailored to your personal requirements.", - imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg", - buttonIcon: "Shield", - }, - { - title: "Corporate Hubs", - description: "State-of-the-art meeting spaces for influential gatherings.", - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-wooden-wedding-area-with-white-covered-tables_181624-60481.jpg", - buttonIcon: "Award", - }, + { title: "Wellness Sanctuary", description: "Revitalize with bespoke spa treatments in an oasis of serenity.", imageSrc: "http://img.b2bpic.net/free-photo/photo-showcasing-happy-asian-bellboy-receiving-cash-tip-from-tourist-after-assisting-with-luggage-hotel-lobby-guest-checks-receives-friendly-service-gives-money-tip-concierge_482257-69408.jpg", buttonIcon: Sparkles }, + { title: "World-Class Dining", description: "Authentic flavors meet avant-garde culinary techniques.", imageSrc: "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913156.jpg", buttonIcon: Zap }, + { title: "Butler Concierge", description: "Seamless assistance tailored to your personal requirements.", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-tomato-sauce-chess-pawns-around_114579-2447.jpg", buttonIcon: Shield }, + { title: "Corporate Hubs", description: "State-of-the-art meeting spaces for influential gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-wooden-wedding-area-with-white-covered-tables_181624-60481.jpg", buttonIcon: Award } ]} title="Curated Experiences" description="Indulge in amenities designed for the discerning traveler." @@ -173,48 +96,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "r1", - name: "Royal VİS Suite", - price: "$950", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", - }, - { - id: "r2", - name: "Heritage Suite", - price: "$700", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", - }, - { - id: "r3", - name: "Executive Room", - price: "$500", - variant: "Business", - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683481.jpg", - }, - { - id: "r4", - name: "Palm Garden Room", - price: "$450", - variant: "View", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg", - }, - { - id: "r5", - name: "Classic Deluxe", - price: "$380", - variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", - }, - { - id: "r6", - name: "Junior Suite", - price: "$420", - variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/relax-girl-bed_1150-17991.jpg", - }, + { id: "r1", name: "Royal VİS Suite", price: "$950", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" }, + { id: "r2", name: "Heritage Suite", price: "$700", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg" }, + { id: "r3", name: "Executive Room", price: "$500", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683481.jpg" }, + { id: "r4", name: "Palm Garden Room", price: "$450", variant: "View", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg" }, + { id: "r5", name: "Classic Deluxe", price: "$380", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg" }, + { id: "r6", name: "Junior Suite", price: "$420", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/relax-girl-bed_1150-17991.jpg" } ]} title="Sanctuary Suites" description="Exquisite rooms crafted for ultimate comfort." @@ -228,27 +115,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "120", - title: "Dedicated Staff", - description: "Ensuring perfect service 24/7.", - icon: Users, - }, - { - id: "m2", - value: "5*", - title: "Star Rating", - description: "Unmatched international acclaim.", - icon: Star, - }, - { - id: "m3", - value: "150", - title: "Suites & Rooms", - description: "Designed for pure luxury.", - icon: Building, - }, + { id: "m1", value: "120", title: "Dedicated Staff", description: "Ensuring perfect service 24/7.", icon: Users }, + { id: "m2", value: "5*", title: "Star Rating", description: "Unmatched international acclaim.", icon: Star }, + { id: "m3", value: "150", title: "Suites & Rooms", description: "Designed for pure luxury.", icon: Building } ]} title="Hotel Prestige" description="Proven excellence in every detail." @@ -257,44 +126,15 @@ export default function LandingPage() {
@@ -346,36 +167,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file