Merge version_1 into main #1
@@ -72,13 +72,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Interior Eggshell", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-paint-can_185193-108859.jpg", imageAlt: "Premium Interior Eggshell Paint", initialQuantity: 1
|
||||
id: "1", name: "Premium Interior Eggshell", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-paint-can_185193-108859.jpg?_wi=1", imageAlt: "Premium Interior Eggshell Paint", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Exterior Weatherproof Finish", price: "₹3,299", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108858.jpg", imageAlt: "Exterior Weatherproof Paint", initialQuantity: 1
|
||||
id: "2", name: "Exterior Weatherproof Finish", price: "₹3,299", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108858.jpg?_wi=1", imageAlt: "Exterior Weatherproof Paint", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Professional Grade Primer", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108858.jpg", imageAlt: "Professional Grade Primer", initialQuantity: 1
|
||||
id: "3", name: "Professional Grade Primer", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108858.jpg?_wi=2", imageAlt: "Professional Grade Primer", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Quality", description: "All our paints are manufactured to international standards with superior coverage and durability.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-paint-can_185193-108859.jpg" },
|
||||
id: "1", title: "Premium Quality", description: "All our paints are manufactured to international standards with superior coverage and durability.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-paint-can_185193-108859.jpg?_wi=2" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "100% genuine products" },
|
||||
{ icon: CheckCircle, text: "Long-lasting finish" },
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Expert Support", description: "Our knowledgeable team is always ready to guide you through color selection and application.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108858.jpg" },
|
||||
id: "2", title: "Expert Support", description: "Our knowledgeable team is always ready to guide you through color selection and application.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108858.jpg?_wi=3" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Free color consultation" },
|
||||
{ icon: CheckCircle, text: "Application guidance" },
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Fast Delivery", description: "Quick order processing and reliable delivery to ensure your projects stay on schedule.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108858.jpg" },
|
||||
id: "3", title: "Fast Delivery", description: "Quick order processing and reliable delivery to ensure your projects stay on schedule.", media: { imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-space-text_185193-108858.jpg?_wi=4" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Same-day orders" },
|
||||
{ icon: CheckCircle, text: "Reliable delivery" },
|
||||
@@ -166,15 +166,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Patel", role: "Contractor", company: "Bangalore", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Amit Patel"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sneha Gupta", role: "Homeowner", company: "Pune", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sneha Gupta"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sneha Gupta"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Singh", role: "Property Manager", company: "Hyderabad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Singh"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Vikram Singh"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anjali Verma", role: "Shop Owner", company: "Chennai", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user