Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ text: "View Menu & Gallery", href: "#menu" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Today's Specials", logoIcon: Coffee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-pouring-filter-coffee-brewing-preparing-order-counter-wearing-blue-apron_1258-203371.jpg", imageAlt: "fresh tea cups aromatic beverage", searchPlaceholder: "Search menu items...", sidebarItems: [
|
||||
@@ -105,22 +105,22 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Express Tea", name: "Masala Chai (Regular)", price: "AED 3", rating: 5,
|
||||
reviewCount: "890+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg?_wi=1", imageAlt: "indian chai tea varieties assorted"},
|
||||
reviewCount: "890+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg", imageAlt: "indian chai tea varieties assorted"},
|
||||
{
|
||||
id: "2", brand: "Express Tea", name: "Ginger Lemon Tea", price: "AED 4", rating: 5,
|
||||
reviewCount: "620+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg?_wi=2", imageAlt: "indian chai tea varieties assorted"},
|
||||
reviewCount: "620+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-glass-teapot-pours-tea-glass-mug-marble-table_114579-85398.jpg", imageAlt: "indian chai tea varieties assorted"},
|
||||
{
|
||||
id: "3", brand: "Express Tea", name: "Samosa (2 Pieces)", price: "AED 5", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg?_wi=1", imageAlt: "indian street snacks samosa pakora"},
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg", imageAlt: "indian street snacks samosa pakora"},
|
||||
{
|
||||
id: "4", brand: "Express Tea", name: "Vegetable Biryani", price: "AED 15", rating: 5,
|
||||
reviewCount: "756+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg?_wi=1", imageAlt: "indian street food platter selection"},
|
||||
reviewCount: "756+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg", imageAlt: "indian street food platter selection"},
|
||||
{
|
||||
id: "5", brand: "Express Tea", name: "Chaat Special Mix", price: "AED 12", rating: 5,
|
||||
reviewCount: "542+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg?_wi=2", imageAlt: "indian street food platter selection"},
|
||||
reviewCount: "542+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-composition_23-2148821519.jpg", imageAlt: "indian street food platter selection"},
|
||||
{
|
||||
id: "6", brand: "Express Tea", name: "Pakora Plate (6 Pcs)", price: "AED 10", rating: 5,
|
||||
reviewCount: "834+", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg?_wi=2", imageAlt: "indian street snacks samosa pakora"},
|
||||
reviewCount: "834+", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-sliced-tomato-onion-glass-plate_114579-57535.jpg", imageAlt: "indian street snacks samosa pakora"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user