Merge version_1 into main #2
@@ -10,7 +10,7 @@ import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Bell, UtensilsCrossed, ChefHat, Utensils, Wine2, Wifi, Home, Thermometer, Lightbulb, Lock, Music, DoorOpen, Waves, Settings, CheckCircle } from "lucide-react";
|
||||
import { Bell, UtensilsCrossed, ChefHat, Utensils, Wine, Wifi, Home, Thermometer, Lightbulb, Lock, Music, DoorOpen, Waves, Settings, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function CaliforniaStaysPage() {
|
||||
return (
|
||||
@@ -68,7 +68,7 @@ export default function CaliforniaStaysPage() {
|
||||
id: "1", name: "Malibu Oceanfront Villa", price: "$850/night", imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Luxurious Malibu beachfront property"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Santa Monica Penthouse", price: "$650/night", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Modern Santa Monica penthouse"
|
||||
id: "2", name: "Santa Monica Penthouse", price: "$650/night", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "Modern Santa Monica penthouse"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Big Sur Coastal Retreat", price: "$750/night", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-outdoor-swimming-pool-resort-hotel-vacation-leisure_74190-14764.jpg", imageAlt: "Scenic Big Sur retreat with ocean views"
|
||||
@@ -97,7 +97,7 @@ export default function CaliforniaStaysPage() {
|
||||
id: "locations", label: "Prime Locations", description: "From coastal Malibu to mountain retreats, access the most desirable California destinations."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"
|
||||
imageAlt="Modern California property interior"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -119,7 +119,7 @@ export default function CaliforniaStaysPage() {
|
||||
items: [
|
||||
{ icon: ChefHat, ring: 1 },
|
||||
{ icon: Utensils, ring: 2 },
|
||||
{ icon: Wine2, ring: 2 }
|
||||
{ icon: Wine, ring: 2 }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user