Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { MapPin, Star, Users, Home, ArrowRight, Zap, Phone, Facebook, MessageCircle, Mail } from "lucide-react";
|
||||
import { MapPin, Star, Users, Home, ArrowRight, Zap, Phone, Facebook, MessageCircle, Mail, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -90,11 +90,11 @@ export default function LandingPage() {
|
||||
buttonHref: "#booking"
|
||||
},
|
||||
{
|
||||
title: "Deluxe Room", description: "Spacious room with premium amenities, smart TV, and enhanced comfort. Ideal for guests seeking extra luxury.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe hotel room", buttonIcon: ArrowRight,
|
||||
title: "Deluxe Room", description: "Spacious room with premium amenities, smart TV, and enhanced comfort. Ideal for guests seeking extra luxury.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe hotel room", buttonIcon: ArrowRight,
|
||||
buttonHref: "#booking"
|
||||
},
|
||||
{
|
||||
title: "Family Room", description: "Large family suite with multiple beds, extra space, and family-friendly amenities. Great for groups and families.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Family hotel room", buttonIcon: ArrowRight,
|
||||
title: "Family Room", description: "Large family suite with multiple beds, extra space, and family-friendly amenities. Great for groups and families.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Family hotel room", buttonIcon: ArrowRight,
|
||||
buttonHref: "#booking"
|
||||
},
|
||||
{
|
||||
@@ -255,12 +255,3 @@ export default function LandingPage() {
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
// Icon imports - defining Sparkles inline since it's used in tagIcon
|
||||
function Sparkles(props: React.SVGProps<SVGSVGElement>) {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" {...props}>
|
||||
<path d="M9.26 9a2.67 2.67 0 0 1 3.48 0l2.52 2.52a2.67 2.67 0 0 1 0 3.48l-2.52 2.52a2.67 2.67 0 0 1-3.48 0L9.26 15M6.21 15.89l-1.08-1.08a2.67 2.67 0 0 1 0-3.48l1.08-1.08m12.58-1.08l1.08-1.08a2.67 2.67 0 0 1 0 3.48l-1.08 1.08M12 2v4m0 12v4M4.22 4.22l2.83 2.83m8.9 8.9l2.83 2.83M4.22 19.78l2.83-2.83m8.9-8.9l2.83-2.83"/>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user