Update src/app/page.tsx
This commit is contained in:
@@ -70,6 +70,7 @@ export default function LandingPage() {
|
|||||||
<FeatureCardTwentyEight
|
<FeatureCardTwentyEight
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ id: "f1", title: "Custom Color Mixing", subtitle: "Get your perfect shade", category: "Customization", value: "Exact" },
|
{ id: "f1", title: "Custom Color Mixing", subtitle: "Get your perfect shade", category: "Customization", value: "Exact" },
|
||||||
{ id: "f2", title: "Nerolac Brand", subtitle: "Premium quality paints", category: "Stock", value: "Premium" },
|
{ id: "f2", title: "Nerolac Brand", subtitle: "Premium quality paints", category: "Stock", value: "Premium" },
|
||||||
@@ -108,6 +109,9 @@ export default function LandingPage() {
|
|||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
names={["Nerolac", "JK Max", "Asian Paints", "Berger"]}
|
names={["Nerolac", "JK Max", "Asian Paints", "Berger"]}
|
||||||
title="Top Quality Brands Stocked"
|
title="Top Quality Brands Stocked"
|
||||||
|
description="We carry only the most trusted brands in the painting industry."
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -118,8 +122,10 @@ export default function LandingPage() {
|
|||||||
{ id: "q2", title: "What brands do you carry?", content: "We exclusively stock premium quality Nerolac and JK Max products." },
|
{ id: "q2", title: "What brands do you carry?", content: "We exclusively stock premium quality Nerolac and JK Max products." },
|
||||||
]}
|
]}
|
||||||
title="FAQ"
|
title="FAQ"
|
||||||
|
description="Common questions from our valued customers."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -130,6 +136,7 @@ export default function LandingPage() {
|
|||||||
description="Owned by Saurabh Sharma, we're ready to assist with all your painting needs. Call us today at 9027538973."
|
description="Owned by Saurabh Sharma, we're ready to assist with all your painting needs. Call us today at 9027538973."
|
||||||
buttons={[{ text: "Call 9027538973", href: "tel:9027538973" }]}
|
buttons={[{ text: "Call 9027538973", href: "tel:9027538973" }]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user