Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="glass-depth"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -54,11 +54,11 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Priya Sharma", handle: "Frequent Shopper", testimonial: "Best shopping experience in Yelahanka! Wide variety and friendly staff.", rating: 5,
|
name: "Priya Sharma", handle: "Frequent Shopper", testimonial: "Best shopping experience in Yelahanka! Wide variety and friendly staff.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Rajesh Kumar", handle: "Customer", testimonial: "Love the hassle-free billing and daily offers. Definitely coming back!", rating: 5,
|
name: "Rajesh Kumar", handle: "Customer", testimonial: "Love the hassle-free billing and daily offers. Definitely coming back!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2"
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=RMZ+Galleria+Yelahanka+Bangalore" }
|
{ text: "📍 Get Directions", href: "https://maps.google.com/?q=RMZ+Galleria+Yelahanka+Bangalore" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user