Update src/app/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
description="Premium quality planters, decorative pots & thoughtful gifts for every occasion. Located in Bhajanpura, Delhi – we bring nature's beauty to your home and office."
|
||||
tag="Delhi's Premier Flower Pot Gallery"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gardening-concept-with-plants_23-2148000286.jpg"
|
||||
imageAlt="Beautiful flower pots and decorative planters"
|
||||
imagePosition="right"
|
||||
@@ -85,10 +85,10 @@ export default function LandingPage() {
|
||||
title: "Flower Pots", description: "Stylish ceramic, plastic, and designer pots for your home & balcony.", icon: Flower,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg?_wi=1", imageAlt: "Ceramic flower pots collection"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg", imageAlt: "Ceramic flower pots collection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=1", imageAlt: "Designer planters for indoor and outdoor"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg", imageAlt: "Designer planters for indoor and outdoor"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gifts-christmas-table_1098-22260.jpg", imageAlt: "Gift items and decorative pieces"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=2", imageAlt: "Unique gift collections"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg", imageAlt: "Unique gift collections"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -107,10 +107,10 @@ export default function LandingPage() {
|
||||
title: "Home Decor", description: "Unique decorative items to enhance your living and working spaces.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg?_wi=3", imageAlt: "Home decoration items"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-creative-interior-decoration-elements_628469-518.jpg", imageAlt: "Home decoration items"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg?_wi=2", imageAlt: "Decorative planters for spaces"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birds-nest-fern-plant-beige-pot_53876-142823.jpg", imageAlt: "Decorative planters for spaces"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Visit Us in Bhajanpura, Delhi"
|
||||
description="C, 120/19, Gali Number 3, Block C 2, Bhajanpura, Tukhmirpur, Delhi – 110053 | Open Daily – Closes 9 PM"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Call Us"
|
||||
inputPlaceholder="Your email"
|
||||
|
||||
Reference in New Issue
Block a user