From 4f4485abf36c675e8a14a0732b79ac40bc130d59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:39:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 181dd57..36aa8bc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", description: "Generated by create next app"}; + title: "Create Next App", description: "Generated by create next app" +}; export default function RootLayout({ children, @@ -1392,4 +1393,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 654e6e37504551992934f46a70f35d389b6bafbb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:39:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38d1053..0a88c2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,22 +71,22 @@ export default function LandingPage() { description="Explore our range of custom furniture solutions tailored to your vision" features={[ { - id: "sofas", title: "Sofa Sets", description: "Custom-designed sofas from modern L-shapes to classic sectionals. Every piece is handcrafted using premium materials and upholstery.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg", imageAlt: "Custom sofa sets" + id: "sofas", title: "Custom Sofa Sets: Your Style, Handcrafted", description: "Custom-designed sofas from modern L-shapes to classic sectionals. Every piece is handcrafted using premium materials and upholstery.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg", imageAlt: "Custom sofa sets" }, { - id: "dining", title: "Dining Tables", description: "Bespoke dining furniture crafted with precision. From intimate two-seaters to grand family tables with intricate wood detailing.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-white-stone-walls-brown-chairs_140725-8453.jpg", imageAlt: "Bespoke dining tables" + id: "dining", title: "Bespoke Dining Tables: Where Elegance Meets Precision", description: "Bespoke dining furniture crafted with precision. From intimate two-seaters to grand family tables with intricate wood detailing.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-white-stone-walls-brown-chairs_140725-8453.jpg", imageAlt: "Bespoke dining tables" }, { - id: "carving", title: "Wood Carving & Engraving", description: "Intricate artistic wood carving for cabinets, beds, and accent pieces. Traditional Pakistani craftsmanship meets contemporary design.", imageSrc: "http://img.b2bpic.net/free-vector/golden-mandala-card_1419-30.jpg", imageAlt: "Intricate wood carving details" + id: "carving", title: "Wood Carving & Engraving: Artistry in Every Detail", description: "Intricate artistic wood carving for cabinets, beds, and accent pieces. Traditional Pakistani craftsmanship meets contemporary design.", imageSrc: "http://img.b2bpic.net/free-vector/golden-mandala-card_1419-30.jpg", imageAlt: "Intricate wood carving details" }, { - id: "accent", title: "Accent Pieces", description: "Unique chairs, consoles, and decorative furniture that add character to any space. Limited edition designs with premium finishes.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-decoration-luxury-livingroom-interior_1339-4974.jpg", imageAlt: "Custom accent furniture" + id: "accent", title: "Accent Pieces: Limited Edition Character & Style", description: "Unique chairs, consoles, and decorative furniture that add character to any space. Limited edition designs with premium finishes.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-decoration-luxury-livingroom-interior_1339-4974.jpg", imageAlt: "Custom accent furniture" }, { - id: "interior", title: "Full Interior Solutions", description: "Complete home interior design and furnishing services. We collaborate with you to transform your vision into a cohesive, stunning space.", imageSrc: "http://img.b2bpic.net/free-photo/couples-having-party-home_23-2147668888.jpg", imageAlt: "Full interior design solutions" + id: "interior", title: "Full Interior Solutions: Your Vision, Realized", description: "Complete home interior design and furnishing services. We collaborate with you to transform your vision into a cohesive, stunning space.", imageSrc: "http://img.b2bpic.net/free-photo/couples-having-party-home_23-2147668888.jpg", imageAlt: "Full interior design solutions" }, { - id: "corporate", title: "Corporate & Office", description: "Professional furniture solutions for corporate spaces, offices, and commercial environments. Durability meets sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg", imageAlt: "Corporate office furniture" + id: "corporate", title: "Corporate & Office: Sophistication Built to Last", description: "Professional furniture solutions for corporate spaces, offices, and commercial environments. Durability meets sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg", imageAlt: "Corporate office furniture" } ]} gridVariant="three-columns-all-equal-width" @@ -218,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1