Update application features and add scripts (core changes)
This commit is contained in:
@@ -6,6 +6,7 @@ import { motion, useReducedMotion } from 'framer-motion'
|
||||
import { MapPin, Wifi, UtensilsCrossed, Waves, Car } from 'lucide-react'
|
||||
import Image from 'next/image'
|
||||
import BougainvilleaMotif from '@/components/BougainvilleaMotif'
|
||||
import openinaryLoader from '@/lib/openinary-loader'
|
||||
|
||||
const EASE: [number, number, number, number] = [0.22, 1, 0.36, 1]
|
||||
|
||||
@@ -36,7 +37,7 @@ export default function HomePage() {
|
||||
<header className="relative h-screen w-full flex items-center justify-center overflow-hidden">
|
||||
<div className="absolute inset-0 z-0">
|
||||
<Image
|
||||
src="https://images.unsplash.com/photo-1582719508461-905c673771fd?auto=format&fit=crop&q=80"
|
||||
src="https://media.ayris.tech/t/starapart/hero/media__1784311319733.jpg"
|
||||
alt="Sitar Apart Hotel View"
|
||||
fill
|
||||
className="object-cover"
|
||||
@@ -125,22 +126,22 @@ export default function HomePage() {
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-gutter">
|
||||
{[
|
||||
{
|
||||
id: '1-0-daire',
|
||||
id: 'standart-oda',
|
||||
title: tRooms('room_1.title'),
|
||||
desc: tRooms('room_1.desc'),
|
||||
img: 'https://images.unsplash.com/photo-1631049307264-da0ec9d70304?auto=format&fit=crop&q=80'
|
||||
img: 'https://media.ayris.tech/t/starapart/SUITE_1_1/DSC01491 (1).JPG'
|
||||
},
|
||||
{
|
||||
id: '1-1-daire-a',
|
||||
id: 'kucuk-oda',
|
||||
title: tRooms('room_2.title'),
|
||||
desc: tRooms('room_2.desc'),
|
||||
img: 'https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?auto=format&fit=crop&q=80'
|
||||
img: 'https://media.ayris.tech/t/starapart/STUDIO_1_0/DSC01465 (1).JPG'
|
||||
},
|
||||
{
|
||||
id: '1-1-daire-b',
|
||||
id: '1-1-daire',
|
||||
title: tRooms('room_3.title'),
|
||||
desc: tRooms('room_3.desc'),
|
||||
img: 'https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?auto=format&fit=crop&q=80'
|
||||
img: 'https://media.ayris.tech/t/starapart/SUITE_1_1/DSC01491 (1).JPG'
|
||||
}
|
||||
].map((room, idx) => (
|
||||
<motion.div
|
||||
@@ -156,6 +157,7 @@ export default function HomePage() {
|
||||
src={room.img}
|
||||
alt={room.title}
|
||||
fill
|
||||
loader={openinaryLoader}
|
||||
className="object-cover transition-transform duration-700 group-hover:scale-110"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user