3 Commits

Author SHA1 Message Date
654e6e3750 Update src/app/page.tsx 2026-03-08 16:39:39 +00:00
4f4485abf3 Update src/app/layout.tsx 2026-03-08 16:39:38 +00:00
385b0ab52b Merge version_3 into main
Merge version_3 into main
2026-03-08 16:37:49 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -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({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}