Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -56,13 +56,13 @@ export default function LandingPage() {
|
||||
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/whiskey-with-fire-table_140725-9764.jpg", imageAlt: "restaurant interior modern ambiance warm lighting" },
|
||||
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/glass-raspberry-cocktail-with-ice_140725-4866.jpg", imageAlt: "craft cocktail colorful premium bar drink" },
|
||||
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/group-fans-are-watching-soccer-tv_1157-28512.jpg", imageAlt: "sports bar viewing multiple screens live game" },
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-celebrating-together_23-2149734960.jpg?_wi=1", imageAlt: "outdoor seating area evening ambiance relaxed" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg?_wi=1", imageAlt: "restaurant interior modern design upscale casual" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/tenderloin-steak-with-snacks-sauces_114579-2159.jpg?_wi=1", imageAlt: "grilled rump steak medium rare restaurant plating" }
|
||||
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-celebrating-together_23-2149734960.jpg", imageAlt: "outdoor seating area evening ambiance relaxed" },
|
||||
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", imageAlt: "restaurant interior modern design upscale casual" },
|
||||
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/tenderloin-steak-with-snacks-sauces_114579-2159.jpg", imageAlt: "grilled rump steak medium rare restaurant plating" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "schnitzel", brand: "Signature", name: "Chicken Schnitzel", price: "R185", rating: 5, reviewCount: "240+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-cutlet-meal-along-with-potatoes_140725-114338.jpg", imageAlt: "Crispy chicken schnitzel with sides" },
|
||||
{ id: "rump-steak", brand: "Premium", name: "Rump Steak", price: "R245", rating: 5, reviewCount: "310+", imageSrc: "http://img.b2bpic.net/free-photo/tenderloin-steak-with-snacks-sauces_114579-2159.jpg?_wi=2", imageAlt: "Grilled rump steak perfectly cooked" },
|
||||
{ id: "rump-steak", brand: "Premium", name: "Rump Steak", price: "R245", rating: 5, reviewCount: "310+", imageSrc: "http://img.b2bpic.net/free-photo/tenderloin-steak-with-snacks-sauces_114579-2159.jpg", imageAlt: "Grilled rump steak perfectly cooked" },
|
||||
{ id: "steak-chips", brand: "Classic", name: "Steak & Chips", price: "R215", rating: 5, reviewCount: "185+", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-stuffed-baked-quince-restaurant_140725-5288.jpg", imageAlt: "Grilled steak with crispy fries" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg"
|
||||
imageAlt="restaurant interior modern design upscale casual"
|
||||
/>
|
||||
</div>
|
||||
@@ -179,10 +179,10 @@ export default function LandingPage() {
|
||||
description="Secure your spot for an unforgettable dining experience. Fill in your details and we'll confirm your reservation."
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-celebrating-together_23-2149734960.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-celebrating-together_23-2149734960.jpg"
|
||||
imageAlt="outdoor seating area evening ambiance relaxed"
|
||||
inputPlaceholder="Enter your name"
|
||||
buttonText="Request Reservation"
|
||||
|
||||
Reference in New Issue
Block a user