Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmall"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
ariaLabel="Hero section - Sonali Boutique"
|
||||
/>
|
||||
</div>
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
{ text: "WhatsApp", href: "https://wa.me/917355371181" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Triveni+Nagar+Lucknow" }
|
||||
]}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user