Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 12:54:46 +00:00

View File

@@ -88,10 +88,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", title: "Residential Painting", tags: ["Interior", "Exterior", "Expert Finish"], imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg", imageAlt: "Residential painting service" },
{ id: "2", title: "Commercial Painting", tags: ["Office", "Retail", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/yellow-metal-framed-glass-window_250224-152.jpg", imageAlt: "Commercial painting service" },
{ id: "3", title: "Storefront Painting", tags: ["Exterior", "Curb Appeal", "Quick Turnaround"], imageSrc: "http://img.b2bpic.net/free-photo/woman-coming-friends-shopping_23-2147688680.jpg", imageAlt: "Store painting service" },
{ id: "4", title: "Interior Design Painting", tags: ["Accent Walls", "Custom Colors", "Detail Work"], imageSrc: "http://img.b2bpic.net/free-photo/happy-people-painting-walls-with-brush-having-fun-with-diy-renovating-job-apartment-using-orange-color-paint-redecorate-room-wokring-house-improvement-with-paintbrush-tools_482257-48748.jpg", imageAlt: "Interior accent painting" }
{ id: "1", title: "Residential Painting", tags: ["Interior", "Exterior", "Expert Finish"], imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg?_wi=1", imageAlt: "Residential painting service" },
{ id: "2", title: "Commercial Painting", tags: ["Office", "Retail", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/yellow-metal-framed-glass-window_250224-152.jpg?_wi=1", imageAlt: "Commercial painting service" },
{ id: "3", title: "Storefront Painting", tags: ["Exterior", "Curb Appeal", "Quick Turnaround"], imageSrc: "http://img.b2bpic.net/free-photo/woman-coming-friends-shopping_23-2147688680.jpg?_wi=1", imageAlt: "Store painting service" },
{ id: "4", title: "Interior Design Painting", tags: ["Accent Walls", "Custom Colors", "Detail Work"], imageSrc: "http://img.b2bpic.net/free-photo/happy-people-painting-walls-with-brush-having-fun-with-diy-renovating-job-apartment-using-orange-color-paint-redecorate-room-wokring-house-improvement-with-paintbrush-tools_482257-48748.jpg?_wi=1", imageAlt: "Interior accent painting" }
]}
/>
</div>
@@ -106,10 +106,10 @@ export default function LandingPage() {
useInvertedBackground={false}
gridVariant="asymmetric-60-wide-40-narrow"
products={[
{ id: "proj-1", name: "Modern Home Exterior", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg", imageAlt: "Modern home exterior painted" },
{ id: "proj-2", name: "Office Space Refresh", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/yellow-metal-framed-glass-window_250224-152.jpg", imageAlt: "Office interior painted" },
{ id: "proj-3", name: "Retail Storefront", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/woman-coming-friends-shopping_23-2147688680.jpg", imageAlt: "Store exterior painted" },
{ id: "proj-4", name: "Accent Wall Design", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-painting-walls-with-brush-having-fun-with-diy-renovating-job-apartment-using-orange-color-paint-redecorate-room-wokring-house-improvement-with-paintbrush-tools_482257-48748.jpg", imageAlt: "Interior accent wall" }
{ id: "proj-1", name: "Modern Home Exterior", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/classical-building-with-attractive-perspective-tourist-woman-white-dress-hat_1428-572.jpg?_wi=2", imageAlt: "Modern home exterior painted" },
{ id: "proj-2", name: "Office Space Refresh", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/yellow-metal-framed-glass-window_250224-152.jpg?_wi=2", imageAlt: "Office interior painted" },
{ id: "proj-3", name: "Retail Storefront", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/woman-coming-friends-shopping_23-2147688680.jpg?_wi=2", imageAlt: "Store exterior painted" },
{ id: "proj-4", name: "Accent Wall Design", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-painting-walls-with-brush-having-fun-with-diy-renovating-job-apartment-using-orange-color-paint-redecorate-room-wokring-house-improvement-with-paintbrush-tools_482257-48748.jpg?_wi=2", imageAlt: "Interior accent wall" }
]}
/>
</div>