Merge version_1 into main #3
@@ -52,21 +52,21 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice M.", handle: "@alicem", testimonial: "The best dining experience by the pool ever.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-32200.jpg", imageAlt: "elegant pool restaurant patio"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-32200.jpg?_wi=1", imageAlt: "elegant pool restaurant patio"},
|
||||
{
|
||||
name: "Bob K.", handle: "@bobk", testimonial: "Incredible fusion of flavors and relaxation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg", imageAlt: "elegant pool restaurant patio"},
|
||||
{
|
||||
name: "Charlie D.", handle: "@charlied", testimonial: "My favorite summer destination spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-3186.jpg", imageAlt: "elegant pool restaurant patio"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-3186.jpg?_wi=1", imageAlt: "elegant pool restaurant patio"},
|
||||
{
|
||||
name: "Dana L.", handle: "@danal", testimonial: "Exquisite service and atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-table-top-view_140725-2389.jpg", imageAlt: "elegant pool restaurant patio"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-table-top-view_140725-2389.jpg?_wi=1", imageAlt: "elegant pool restaurant patio"},
|
||||
{
|
||||
name: "Ethan S.", handle: "@ethans", testimonial: "A perfect escape for gourmet lovers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-straw-pineapple_23-2148109304.jpg", imageAlt: "elegant pool restaurant patio"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-straw-pineapple_23-2148109304.jpg?_wi=1", imageAlt: "elegant pool restaurant patio"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-32200.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/swimming-pool-summer-time_53876-32200.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-sunglasses-posing-near-pool-with-pineapple-amazing-long-haired-female-tourist-chilling-resort-with-fruit-cocktail_197531-20931.jpg", alt: "Guest profile 1"},
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Cabana Rentals", description: "Private shaded sanctuaries.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-3186.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-3186.jpg?_wi=2"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
@@ -125,9 +125,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Signature Seafood Platter", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-table-top-view_140725-2389.jpg"},
|
||||
id: "1", name: "Signature Seafood Platter", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-table-top-view_140725-2389.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Poolside Sunset Spritz", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-straw-pineapple_23-2148109304.jpg"},
|
||||
id: "2", name: "Poolside Sunset Spritz", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-straw-pineapple_23-2148109304.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Dry-Aged Ribeye Steak", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user