Merge version_1_1781857720679 into main

Merge version_1_1781857720679 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-19 08:29:55 +00:00

View File

@@ -15,31 +15,17 @@ export default function HomePage() {
<SectionErrorBoundary name="hero">
<HeroCenteredLogos
avatarsSrc={[
"http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709104.jpg",
"http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-influencer-with-dessert_23-2149172466.jpg",
"http://img.b2bpic.net/free-photo/portrait-young-tourist-holding-camera_23-2148357283.jpg",
"http://img.b2bpic.net/free-photo/digital-displays-are-very-needed-work_329181-10322.jpg",
]}
"http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709104.jpg", "http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg", "http://img.b2bpic.net/free-photo/medium-shot-influencer-with-dessert_23-2149172466.jpg", "http://img.b2bpic.net/free-photo/portrait-young-tourist-holding-camera_23-2148357283.jpg", "http://img.b2bpic.net/free-photo/digital-displays-are-very-needed-work_329181-10322.jpg"]}
avatarText="Trusted by leading museums"
title="We didn't invent the taste — we restored it."
description="Scientific restoration of ancient Egyptian fermentation, blending Pharaonic brewing arts with modern R&D rigor."
primaryButton={{
text: "Discover Products",
href: "#products",
}}
text: "Discover Products", href: "#products"}}
secondaryButton={{
text: "Partner With Us",
href: "#partners",
}}
text: "Partner With Us", href: "#partners"}}
names={[
"Curators",
"Hoteliers",
"Critics",
"Guides",
"Researchers",
]}
imageSrc="http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg?_wi=1"
"Curators", "Hoteliers", "Critics", "Guides", "Researchers"]}
imageSrc="http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg"
/>
</SectionErrorBoundary>
</div>
@@ -60,47 +46,19 @@ export default function HomePage() {
description="Experience the legacy through our restored fermentation profiles."
items={[
{
title: "Ta-Henket",
description: "Classic Pharaonic beer: Emmer and Barley, two-vessel mash, traditional lactic-acid profile.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-drink-with-olives_23-2149418313.jpg",
},
title: "Ta-Henket", description: "Classic Pharaonic beer: Emmer and Barley, two-vessel mash, traditional lactic-acid profile.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-drink-with-olives_23-2149418313.jpg"},
{
title: "Sakhmet",
description: "The Ra-Myth variant: Infused with pomegranate for a signature deep red hue.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/pomegranate-glass-juice-stone-table-with-leaves_114579-50073.jpg",
},
title: "Sakhmet", description: "The Ra-Myth variant: Infused with pomegranate for a signature deep red hue.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/pomegranate-glass-juice-stone-table-with-leaves_114579-50073.jpg"},
{
title: "Egyptian Bouza",
description: "Authentic sourdough-fermented base, restored from ancient agricultural residue data.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/arabic-tea-glasses-with-cups_23-2148088505.jpg",
},
title: "Egyptian Bouza", description: "Authentic sourdough-fermented base, restored from ancient agricultural residue data.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/arabic-tea-glasses-with-cups_23-2148088505.jpg"},
{
title: "Nafas el-Wardah",
description: "Wellness line: Mohammadi Rose, fenugreek, and ancient floral infusions.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-classic-margarita-drink-with-lime-salt-table_23-2148283651.jpg",
},
title: "Nafas el-Wardah", description: "Wellness line: Mohammadi Rose, fenugreek, and ancient floral infusions.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/homemade-classic-margarita-drink-with-lime-salt-table_23-2148283651.jpg"},
{
title: "Emmer Wheat",
description: "Heritage grain sourcing, supporting sustainable ancient agricultural practices.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/organic-sliced-whole-pomegranate-with-fresh-juice-glasses_114579-64642.jpg",
},
title: "Emmer Wheat", description: "Heritage grain sourcing, supporting sustainable ancient agricultural practices.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/organic-sliced-whole-pomegranate-with-fresh-juice-glasses_114579-64642.jpg"},
{
title: "Clay Serving",
description: "Experiential clay vessel design, keeping the drink cool and authentically textured.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-with-pina-colada_23-2150184008.jpg",
},
title: "Clay Serving", description: "Experiential clay vessel design, keeping the drink cool and authentically textured.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-with-pina-colada_23-2150184008.jpg"},
{
title: "Functional Roots",
description: "Science-backed wellness profiles rooted in nutritional Pharaonic historical records.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-book-plate-sunflower-seeds_114579-57998.jpg",
},
title: "Functional Roots", description: "Science-backed wellness profiles rooted in nutritional Pharaonic historical records.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-book-plate-sunflower-seeds_114579-57998.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -114,20 +72,11 @@ export default function HomePage() {
description="We do not guess; we restore based on residue analysis and historical fermentation science."
items={[
{
title: "Residue Analysis",
description: "Studying grain and vessel samples for historical authenticity.",
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-holding-blow-torch_107420-65289.jpg",
},
title: "Residue Analysis", description: "Studying grain and vessel samples for historical authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-holding-blow-torch_107420-65289.jpg"},
{
title: "Fermentation Logic",
description: "Applying lactic-acid principles found in 4000-year-old brewing data.",
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-colored-liquid-assortment_23-2149481700.jpg",
},
title: "Fermentation Logic", description: "Applying lactic-acid principles found in 4000-year-old brewing data.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-colored-liquid-assortment_23-2149481700.jpg"},
{
title: "Modern Precision",
description: "Consistency-first laboratory practices ensuring safety and high standard.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-scissors-old-sewing-machine_23-2147930291.jpg",
},
title: "Modern Precision", description: "Consistency-first laboratory practices ensuring safety and high standard.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-scissors-old-sewing-machine_23-2147930291.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -141,36 +90,16 @@ export default function HomePage() {
description="We provide exclusive distribution for world-class cultural partners."
plans={[
{
tag: "Museums",
price: "Partnership",
period: "Global",
description: "Full exhibition and visitor experience integration.",
primaryButton: {
text: "Inquire",
href: "#contact",
},
featuresTitle: "Included Services",
features: [
"Exhibition logistics",
"Tasting staff training",
"Branded serving tools",
],
tag: "Museums", price: "Partnership", period: "Global", description: "Full exhibition and visitor experience integration.", primaryButton: {
text: "Inquire", href: "#contact"},
featuresTitle: "Included Services", features: [
"Exhibition logistics", "Tasting staff training", "Branded serving tools"],
},
{
tag: "Retail",
price: "Distributor",
period: "Regional",
description: "Premium shelf presence for the Kemet portfolio.",
primaryButton: {
text: "Apply",
href: "#contact",
},
featuresTitle: "Requirements",
features: [
"Refrigerated handling",
"Authenticity training",
"Brand standards",
],
tag: "Retail", price: "Distributor", period: "Regional", description: "Premium shelf presence for the Kemet portfolio.", primaryButton: {
text: "Apply", href: "#contact"},
featuresTitle: "Requirements", features: [
"Refrigerated handling", "Authenticity training", "Brand standards"],
},
]}
/>
@@ -185,20 +114,11 @@ export default function HomePage() {
description="A fusion of historical research expertise and fermentation science."
members={[
{
name: "Founder",
role: "Chief Alchemist",
imageSrc: "http://img.b2bpic.net/free-photo/woman-scientist-looking-blood-sample-tray-laboratory-analyzing-dna-diagnosis-chemist-with-gloves-protective-goggles-holding-glassware-with-substance-research_482257-30158.jpg",
},
name: "Founder", role: "Chief Alchemist", imageSrc: "http://img.b2bpic.net/free-photo/woman-scientist-looking-blood-sample-tray-laboratory-analyzing-dna-diagnosis-chemist-with-gloves-protective-goggles-holding-glassware-with-substance-research_482257-30158.jpg"},
{
name: "Lead Researcher",
role: "Head of Archaeology",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg",
},
name: "Lead Researcher", role: "Head of Archaeology", imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg"},
{
name: "Operations",
role: "Production Lead",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
},
name: "Operations", role: "Production Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -209,42 +129,23 @@ export default function HomePage() {
<TestimonialRatingCards
tag="Experience"
title="Voices of the Kemet Journey"
description="Our partners and customers speak to the authenticity and depth of the Kemet revival."
testimonials={[
{
name: "Sarah Ahmed",
role: "Museum Curator",
quote: "The most authentic restoration of Pharaonic culture I have witnessed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-using-smartphone_23-2150167796.jpg",
},
name: "Sarah Ahmed", role: "Museum Curator", quote: "The most authentic restoration of Pharaonic culture I have witnessed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-using-smartphone_23-2150167796.jpg"},
{
name: "David Miller",
role: "Hotel Manager",
quote: "Our guests love the tasting flights, it adds deep cultural value.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg",
},
name: "David Miller", role: "Hotel Manager", quote: "Our guests love the tasting flights, it adds deep cultural value.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg"},
{
name: "Layla Hassan",
role: "Culinary Critic",
quote: "Sakhmet is a revelation, a perfect balance of heritage and taste.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/food-content-creator-filming-variety-dishes-upload-internet_23-2151461712.jpg",
},
name: "Layla Hassan", role: "Culinary Critic", quote: "Sakhmet is a revelation, a perfect balance of heritage and taste.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/food-content-creator-filming-variety-dishes-upload-internet_23-2151461712.jpg"},
{
name: "Omar Fathy",
role: "Tour Guide",
quote: "This is exactly what the modern tourist journey to Egypt needs.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-using-his-tablet_23-2148018687.jpg",
},
name: "Omar Fathy", role: "Tour Guide", quote: "This is exactly what the modern tourist journey to Egypt needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-using-his-tablet_23-2148018687.jpg"},
{
name: "Dr. Elena Smith",
role: "Researcher",
quote: "The scientific accuracy behind the fermentation is truly commendable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confused-mature-woman-eyeglasses-pointing-finger-book_171337-19312.jpg",
},
name: "Dr. Elena Smith", role: "Researcher", quote: "The scientific accuracy behind the fermentation is truly commendable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confused-mature-woman-eyeglasses-pointing-finger-book_171337-19312.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -256,13 +157,9 @@ export default function HomePage() {
tag="Connect"
text="Join our journey. Inquire about partnership, investment, or museum tasting events."
primaryButton={{
text: "Contact Us",
href: "#",
}}
text: "Contact Us", href: "#"}}
secondaryButton={{
text: "Follow Instagram",
href: "#",
}}
text: "Follow Instagram", href: "#"}}
/>
</SectionErrorBoundary>
</div>