Merge version_1 into main #2
@@ -65,7 +65,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Brewed Haven", name: "Classic Espresso", price: "Rs. 350", rating: 5,
|
||||
@@ -73,7 +72,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Brewed Haven", name: "Creamy Cappuccino", price: "Rs. 450", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=1", imageAlt: "Cappuccino with latte art"
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "Cappuccino with latte art"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Brewed Haven", name: "Matcha Latte", price: "Rs. 480", rating: 5,
|
||||
@@ -89,9 +88,10 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Brewed Haven", name: "Iced Latte", price: "Rs. 400", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=2", imageAlt: "Refreshing iced latte"
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "Refreshing iced latte"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,7 +144,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
plans={[
|
||||
{
|
||||
id: "1", badge: "Casual Visitor", badgeIcon: Coffee,
|
||||
@@ -185,7 +184,7 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Subscribe Now"
|
||||
termsText="We respect your privacy. Unsubscribe anytime. Your coffee experience matters to us."
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user