Merge version_1 into main #1
122
src/app/page.tsx
122
src/app/page.tsx
@@ -14,7 +14,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Spices & Saffron"
|
||||
/>
|
||||
@@ -56,17 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Spices, Timeless Recipes."
|
||||
description="Experience the vibrant heart of India through our hand-crafted culinary creations. From aromatic curries to fresh tandoori, discover the true essence of Indian heritage."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-egg-meal-different-seasonings-dark-space_140725-79682.jpg"
|
||||
imageAlt="Authentic Indian Food Feast"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,9 +64,7 @@ export default function LandingPage() {
|
||||
title="A Legacy of Flavor"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,41 +77,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Butter Chicken",
|
||||
price: "$16.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-vegetables-fork-red-tablecloth-spices_140725-72163.jpg",
|
||||
},
|
||||
id: "1", name: "Butter Chicken", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-vegetables-fork-red-tablecloth-spices_140725-72163.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Naan Basket",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stack-freshly-baked-golden-buns_84443-82435.jpg",
|
||||
},
|
||||
id: "2", name: "Naan Basket", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/stack-freshly-baked-golden-buns_84443-82435.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lamb Biryani",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-five-bowls-spices-bottle-oil-appetizing-dish-tree-branches-dark-table_140725-122857.jpg",
|
||||
},
|
||||
id: "3", name: "Lamb Biryani", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-five-bowls-spices-bottle-oil-appetizing-dish-tree-branches-dark-table_140725-122857.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vegetable Samosa",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg",
|
||||
},
|
||||
id: "4", name: "Vegetable Samosa", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/different-type-taiwan-s-traditional-food-gua-bao-red-background_23-2148123758.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Palak Paneer",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-vegetables-with-seasonings-greens-blue-table-dish-meal-meat-cuisine-food-family-taste_140725-144670.jpg",
|
||||
},
|
||||
id: "5", name: "Palak Paneer", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-vegetables-with-seasonings-greens-blue-table-dish-meal-meat-cuisine-food-family-taste_140725-144670.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gulab Jamun",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-little-yellow-candies-with-cake-inside-plate-grey-background-candy-tea-sugar-cake-sweet_140725-116049.jpg",
|
||||
},
|
||||
id: "6", name: "Gulab Jamun", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-little-yellow-candies-with-cake-inside-plate-grey-background-candy-tea-sugar-cake-sweet_140725-116049.jpg"},
|
||||
]}
|
||||
title="Culinary Favorites"
|
||||
description="Hand-picked dishes from across the Indian subcontinent."
|
||||
@@ -141,28 +102,18 @@ export default function LandingPage() {
|
||||
author="Anjali Mehta"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg",
|
||||
alt: "Anjali Mehta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg", alt: "Anjali Mehta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669763.jpg",
|
||||
alt: "Rahul Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669763.jpg", alt: "Rahul Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-woman-sitting-street-cafe_1153-6010.jpg",
|
||||
alt: "Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-woman-sitting-street-cafe_1153-6010.jpg", alt: "Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg",
|
||||
alt: "Vikram Patel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg", alt: "Vikram Patel"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg",
|
||||
alt: "Sunita Rao",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg", alt: "Sunita Rao"},
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
avatarsAnimation="reveal-blur"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,14 +121,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Have a special event or dietary request? Reach out to us today to bring the warmth of India to your table."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,29 +135,19 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bowl-spoons-with-powders_23-2147964167.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
title: "Store", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user