diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6a4780f..c728139 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,66 +32,31 @@ export default function LandingPage() {
@@ -102,12 +67,9 @@ export default function LandingPage() {
title="The Art of Tradition"
description="At Lantika 1960, we believe in preserving the authenticity of our craft. Every piece tells a story of heritage and meticulous attention to detail."
bulletPoints={[
- {
- title: "Legacy Craft", description: "Generations of mastery define our process."},
- {
- title: "Pure Quality", description: "Sourcing only the finest traditional materials."},
- {
- title: "Timeless Style", description: "Designs that transcend passing trends."},
+ { title: "Legacy Craft", description: "Generations of mastery define our process." },
+ { title: "Pure Quality", description: "Sourcing only the finest traditional materials." },
+ { title: "Timeless Style", description: "Designs that transcend passing trends." },
]}
imageSrc="http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch_107420-65200.jpg"
mediaAnimation="slide-up"
@@ -120,12 +82,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "f1", title: "Durability", subtitle: "Built to last generations.", category: "Quality", value: "High"},
- {
- id: "f2", title: "Authenticity", subtitle: "Original heritage designs.", category: "Design", value: "True"},
- {
- id: "f3", title: "Sustainability", subtitle: "Ethical traditional sourcing.", category: "Values", value: "Key"},
+ { id: "f1", title: "Durability", subtitle: "Built to last generations.", category: "Quality", value: "High" },
+ { id: "f2", title: "Authenticity", subtitle: "Original heritage designs.", category: "Design", value: "True" },
+ { id: "f3", title: "Sustainability", subtitle: "Ethical traditional sourcing.", category: "Values", value: "Key" },
]}
title="Why Lantika 1960?"
description="Our commitment to quality ensures a product experience unlike any other."
@@ -139,18 +98,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Lantika Heritage Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-inside-red-craft-gift-box_114579-12172.jpg"},
- {
- id: "p2", name: "Artisan Clay Bowl", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/onions-pumpkin-wooden-board_23-2148934791.jpg"},
- {
- id: "p3", name: "Tradition Serving Tray", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986317.jpg"},
- {
- id: "p4", name: "Legacy Storage Jar", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158652.jpg"},
- {
- id: "p5", name: "Classic Table Lamp", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks_23-2148142575.jpg"},
- {
- id: "p6", name: "Crafted Wall Plaque", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-radio-station_23-2150315222.jpg"},
+ { id: "p1", name: "Lantika Heritage Vase", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-inside-red-craft-gift-box_114579-12172.jpg" },
+ { id: "p2", name: "Artisan Clay Bowl", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/onions-pumpkin-wooden-board_23-2148934791.jpg" },
+ { id: "p3", name: "Tradition Serving Tray", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986317.jpg" },
+ { id: "p4", name: "Legacy Storage Jar", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158652.jpg" },
+ { id: "p5", name: "Classic Table Lamp", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks_23-2148142575.jpg" },
+ { id: "p6", name: "Crafted Wall Plaque", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-radio-station_23-2150315222.jpg" },
]}
title="Our Signature Collection"
description="Each item is a masterpiece of traditional design, refined for modern living."
@@ -163,15 +116,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1", title: "Regions Served", value: "45", icon: Globe,
- },
- {
- id: "m2", title: "Partners", value: "500", icon: Users,
- },
- {
- id: "m3", title: "Awards", value: "120", icon: Award,
- },
+ { id: "m1", title: "Regions Served", value: "45", icon: Globe },
+ { id: "m2", title: "Partners", value: "500", icon: Users },
+ { id: "m3", title: "Awards", value: "120", icon: Award },
]}
title="Built on Trust"
description="Our numbers speak for themselves, built over six decades of dedicated service."
@@ -209,8 +156,7 @@ export default function LandingPage() {