Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { BedDouble, Utensils, Award, Users, ConciergeBell } from "lucide-react";
|
||||
import { BedDouble, Award, Users, ConciergeBell } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -92,7 +92,8 @@ export default function LandingPage() {
|
||||
description="Find your perfect space in our collection of ocean-front suites."
|
||||
products={[
|
||||
{ id: "p1", name: "Deluxe Sea View", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2065.jpg" },
|
||||
{ id: "p2", name: "Executive Ocean", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/white-bed-lamp-hotel-business_1203-4933.jpg" }
|
||||
{ id: "p2", name: "Executive Ocean", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/white-bed-lamp-hotel-business_1203-4933.jpg" },
|
||||
{ id: "p3", name: "Presidential Suite", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-suite-modern-interior-design_1203-4936.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,8 +126,8 @@ export default function LandingPage() {
|
||||
{ value: "100+", label: "Partnerships" }
|
||||
]}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Elena V.", role: "Travel Blogger", company: "Travel Daily", rating: 5, testimonial: "The views are simply unmatched." },
|
||||
{ id: "t2", name: "Marcus L.", role: "Entrepreneur", company: "Tech Solutions", rating: 5, testimonial: "Exceptional service and beautiful room designs." }
|
||||
{ id: "t1", name: "Elena V.", role: "Travel Blogger", company: "Travel Daily", rating: 5 },
|
||||
{ id: "t2", name: "Marcus L.", role: "Entrepreneur", company: "Tech Solutions", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user