12 Commits

Author SHA1 Message Date
42653c5bfb Update theme colors 2026-05-23 17:32:08 +00:00
3328510ec6 Update theme colors 2026-05-23 17:31:54 +00:00
f07f2d8d5c Update theme colors 2026-05-23 17:31:45 +00:00
c037b7ad2d Update theme colors 2026-05-23 17:31:25 +00:00
bd0dc2f97d Update src/app/page.tsx 2026-05-23 16:54:41 +00:00
115cb85d13 Update src/app/page.tsx 2026-05-23 11:26:56 +00:00
3c733a2d34 Update src/app/page.tsx 2026-05-23 11:26:29 +00:00
39137aa33e Update src/app/styles/variables.css 2026-05-23 10:48:04 +00:00
7e96856393 Update src/app/page.tsx 2026-05-23 10:48:03 +00:00
cc15e0029a Merge version_3 into main
Merge version_3 into main
2026-05-23 10:47:27 +00:00
16dadb0cc7 Update src/app/page.tsx 2026-05-23 10:47:21 +00:00
39c8ba6f8e Merge version_2 into main
Merge version_2 into main
2026-05-23 10:21:16 +00:00
2 changed files with 42 additions and 97 deletions

View File

@@ -32,66 +32,33 @@ 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"}}
title="Timeless Heritage Since 1960"
description="Discover the legacy of quality craftsmanship. Lantika 1960 delivers enduring style rooted in decades of traditional excellence."
background={{ variant: "radial-gradient" }}
title="Authentic
Ethiopian
Cuisine"
description=" Authentic Ethiopian food made fresh daily with traditional spices and unforgettable taste."
kpis={[
{
value: "60+", label: "Years Experience"},
{
value: "10k+", label: "Items Crafted"},
{
value: "99%", label: "Quality Rating"},
{ value: "2+", label: "Years Experience" },
{ value: "60+", label: "Menu " },
{ value: "99%", label: "Quality Rating" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Explore Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/weaved-pink-linen-fabric_53876-88704.jpg"
buttons={[{ text: "Explore Collection", href: "#products" }]}
imageSrc="https://img.b2bpic.net/premium-psd/delicious-chicken-stir-fry_787500-54570.jpg?id=413635786"
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>
@@ -99,17 +66,14 @@ export default function LandingPage() {
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
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."
title="Ethiopia's Tradition food"
description="Taste the Tradition of Ethiopia"
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: "", description: " Luxury Ethiopian Dining Experience" },
{ 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"
imageSrc="https://img.b2bpic.net/free-photo/chicken-chop-french-fries-wooden-board_140725-3224.jpg?id=6778823"
mediaAnimation="slide-up"
/>
</div>
@@ -120,12 +84,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,21 +100,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: "Artisan Clay Bowl", price: "400 Birr ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E7Z9STHMq8QSEMRAU508L80fwX/uploaded-1779533268804-lybq378t.png" },
{ id: "p2", name: "Traditional Serving Tray", price: "800 Birr ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E7Z9STHMq8QSEMRAU508L80fwX/uploaded-1779533268804-d4p4bfll.png" },
{ id: "p3", name: "Legacy Heritage Vase", price: "1200 Birr ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E7Z9STHMq8QSEMRAU508L80fwX/uploaded-1779533268804-p1gzlhyg.png" },
]}
title="Our Signature Collection"
description="Each item is a masterpiece of traditional design, refined for modern living."
title="Our Signature Food Menu"
description="Taste the tradition. Our menu features locally sourced ingredients prepared with timeless techniques."
/>
</div>
@@ -163,15 +115,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: "", value: "120", icon: Award },
]}
title="Built on Trust"
description="Our numbers speak for themselves, built over six decades of dedicated service."
@@ -184,7 +130,7 @@ export default function LandingPage() {
testimonials={[
{ id: "t1", name: "Evelyn Reed, Collector", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-with-lemons-limes_155996-4.jpg" },
{ id: "t2", name: "Arthur Vance, Artisan Fan", imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582369.jpg" },
{ id: "t3", name: "Sarah Miller, Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg" }
{ id: "t3", name: "Sarah Miller, Interior Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E7Z9STHMq8QSEMRAU508L80fwX/uploaded-1779536111203-d8zvdghs.png" }
]}
cardTitle="What Our Patrons Say"
cardTag="Reviews"
@@ -209,8 +155,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."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #d1c6a4;
--card: #f0ede9;
--foreground: #000000;
--primary-cta: #8b7355;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #e8e4de;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #c6b180;
--background-accent: #fcfaf7;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);