Update src/app/page.tsx
This commit is contained in:
108
src/app/page.tsx
108
src/app/page.tsx
@@ -32,66 +32,31 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Lantika 1960"
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Timeless Heritage Since 1960"
|
||||
description="Discover the legacy of quality craftsmanship. Lantika 1960 delivers enduring style rooted in decades of traditional excellence."
|
||||
kpis={[
|
||||
{
|
||||
value: "60+", label: "Years Experience"},
|
||||
{
|
||||
value: "10k+", label: "Items Crafted"},
|
||||
{
|
||||
value: "99%", label: "Quality Rating"},
|
||||
{ value: "60+", label: "Years Experience" },
|
||||
{ value: "10k+", label: "Items Crafted" },
|
||||
{ value: "99%", label: "Quality Rating" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/weaved-pink-linen-fabric_53876-88704.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gold-leaf-border-frame-luxury-background_53876-97413.jpg", alt: "Gold leaf border frame luxury background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-wedding-arrangement-with-invitations-ornaments_23-2148289701.jpg", alt: "Top view wedding arrangement with invitations and ornaments"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/paper-mockup-design-background_53876-90100.jpg", alt: "Paper mockup design background"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/rectangle-gold-frame-paper_53876-94601.jpg", alt: "Rectangle gold frame on paper"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-artisan-doing-woodcutting_23-2150104842.jpg", alt: "Full shot artisan doing woodcutting"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Authentic Design"},
|
||||
{
|
||||
type: "text", text: "Heritage Quality"},
|
||||
{
|
||||
type: "text", text: "Handcrafted Excellence"},
|
||||
{
|
||||
type: "text", text: "Timeless Elegance"},
|
||||
{
|
||||
type: "text", text: "Artisan Crafted"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Reservations"
|
||||
title="Book Your Experience"
|
||||
description="Contact us at (555) 196-0196 or email reservations@lantika1960.com to secure your table today."
|
||||
|
||||
Reference in New Issue
Block a user