Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -48,10 +48,10 @@ export default function LandingPage() {
|
||||
tag="New Arrivals"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg", imageAlt: "Daily use products showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-ecological-zero-waster-concept_23-2148591722.jpg?_wi=1", imageAlt: "Essential everyday items" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-ecological-zero-waster-concept_23-2148591722.jpg", imageAlt: "Essential everyday items" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/eco-cleaning-products-skincare_23-2148811629.jpg", imageAlt: "Quality product collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-drinking-coffee_52683-119034.jpg", imageAlt: "Modern lifestyle products" }
|
||||
]}
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
{ title: "Customer First", description: "Your satisfaction is our top priority. We stand behind every purchase.", icon: Users },
|
||||
{ title: "Transparent Pricing", description: "No hidden fees. Fair prices on all our daily essential products.", icon: DollarSign }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-ecological-zero-waster-concept_23-2148591722.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-ecological-zero-waster-concept_23-2148591722.jpg"
|
||||
imageAlt="About OurVibeStore"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -244,4 +244,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user