Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Shield, Star, Sparkles } from 'lucide-react';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
@@ -31,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="The Mosho"
|
||||
/>
|
||||
@@ -54,38 +43,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Crafting Iconic Momo Identities"
|
||||
description="The Mosho brings your culinary vision to life with professional, high-impact branding and logo design tailored for the modern food market."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Project",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Project", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852572.jpg",
|
||||
imageAlt: "momos logo design studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-desk-items-concept_23-2148604859.jpg",
|
||||
imageAlt: "creative design studio office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-brushes-desk_23-2148577687.jpg",
|
||||
imageAlt: "food branding design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hacker-uploading-evolved-sentient-ai-disk-planning-use-it-evil-plan_482257-83395.jpg",
|
||||
imageAlt: "momos logo design studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition_23-2147915807.jpg",
|
||||
imageAlt: "creative design studio office",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852572.jpg", imageAlt: "momos logo design studio" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-desk-items-concept_23-2148604859.jpg", imageAlt: "creative design studio office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-brushes-desk_23-2148577687.jpg", imageAlt: "food branding design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hacker-uploading-evolved-sentient-ai-disk-planning-use-it-evil-plan_482257-83395.jpg", imageAlt: "momos logo design studio" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition_23-2147915807.jpg", imageAlt: "creative design studio office" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -98,18 +65,9 @@ export default function LandingPage() {
|
||||
title="Creative Studio Specializing in Culinary Brands"
|
||||
description="At The Mosho, we blend deep culinary passion with cutting-edge design, helping momo brands stand out in a crowded market."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Unique Branding",
|
||||
description: "Custom identity crafted specifically for your shop.",
|
||||
},
|
||||
{
|
||||
title: "Strategic Design",
|
||||
description: "Designed for maximum brand recall and conversion.",
|
||||
},
|
||||
{
|
||||
title: "Modern Tools",
|
||||
description: "Utilizing industry leading design technologies.",
|
||||
},
|
||||
{ title: "Unique Branding", description: "Custom identity crafted specifically for your shop." },
|
||||
{ title: "Strategic Design", description: "Designed for maximum brand recall and conversion." },
|
||||
{ title: "Modern Tools", description: "Utilizing industry leading design technologies." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-logo-designer-working-graphic-tablet_23-2149119220.jpg"
|
||||
imageAlt="creative designer sketching"
|
||||
@@ -122,30 +80,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Logo Concept",
|
||||
description: "Unique momo-shaped identities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-witch-hand-smashing-ice-cream_23-2147680174.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Brand Guidelines",
|
||||
description: "Comprehensive style guides.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-stationery-elements-brown_23-2148851509.jpg",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Digital Assets",
|
||||
description: "Ready for mobile and web.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/work-remember-devices-announce-offline-update_1421-369.jpg",
|
||||
buttonIcon: "Star",
|
||||
},
|
||||
{
|
||||
title: "Social Kits",
|
||||
description: "Templates for daily marketing.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zorn13",
|
||||
buttonIcon: "Sparkles",
|
||||
},
|
||||
{ title: "Logo Concept", description: "Unique momo-shaped identities.", imageSrc: "http://img.b2bpic.net/free-photo/white-witch-hand-smashing-ice-cream_23-2147680174.jpg", buttonIcon: Zap },
|
||||
{ title: "Brand Guidelines", description: "Comprehensive style guides.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-stationery-elements-brown_23-2148851509.jpg", buttonIcon: Shield },
|
||||
{ title: "Digital Assets", description: "Ready for mobile and web.", imageSrc: "http://img.b2bpic.net/free-photo/work-remember-devices-announce-offline-update_1421-369.jpg", buttonIcon: Star },
|
||||
{ title: "Social Kits", description: "Templates for daily marketing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zorn13", buttonIcon: Sparkles }
|
||||
]}
|
||||
title="Core Design Services"
|
||||
description="Everything you need to launch a professional momo brand."
|
||||
@@ -156,28 +94,11 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Projects Completed",
|
||||
description: "Happy food brands served.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-working-design_53876-144822.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Client Retention",
|
||||
description: "Long term partnerships built.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plastic-green-drinking-straws_23-2148339386.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24",
|
||||
title: "Award Wins",
|
||||
description: "Recognized for design excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-dummy-with-xanadu-leaves-red-neon-frame-purple_53876-94439.jpg",
|
||||
},
|
||||
{ id: "m1", value: "150+", title: "Projects Completed", description: "Happy food brands served.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-working-design_53876-144822.jpg" },
|
||||
{ id: "m2", value: "98%", title: "Client Retention", description: "Long term partnerships built.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plastic-green-drinking-straws_23-2148339386.jpg" },
|
||||
{ id: "m3", value: "24", title: "Award Wins", description: "Recognized for design excellence.", imageSrc: "http://img.b2bpic.net/free-photo/white-dummy-with-xanadu-leaves-red-neon-frame-purple_53876-94439.jpg" }
|
||||
]}
|
||||
title="Design Impact"
|
||||
description="Quantifiable success for our partners."
|
||||
@@ -187,36 +108,16 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-manager-videoconference-call_482257-119336.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-holding-macarons-box_53876-14160.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Karen S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her-re_1258-137916.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-manager-videoconference-call_482257-119336.jpg" },
|
||||
{ id: "2", name: "Mark C.", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg" },
|
||||
{ id: "3", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg" },
|
||||
{ id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/people-holding-macarons-box_53876-14160.jpg" },
|
||||
{ id: "5", name: "Karen S.", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her-re_1258-137916.jpg" }
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -224,26 +125,14 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does it take?",
|
||||
content: "Typically 2-3 weeks for a full identity.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I request changes?",
|
||||
content: "Yes, we offer multiple revisions included.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What files do I get?",
|
||||
content: "Vector files (AI, EPS) and PNG/JPG versions.",
|
||||
},
|
||||
{ id: "1", title: "How long does it take?", content: "Typically 2-3 weeks for a full identity." },
|
||||
{ id: "2", title: "Can I request changes?", content: "Yes, we offer multiple revisions included." },
|
||||
{ id: "3", title: "What files do I get?", content: "Vector files (AI, EPS) and PNG/JPG versions." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything about our design process."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -251,39 +140,19 @@ export default function LandingPage() {
|
||||
<BlogCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
title="Design Insights"
|
||||
description="Tips from our creative team."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Trends",
|
||||
title: "Modernizing Food Brands",
|
||||
excerpt: "How to stay relevant in 2025.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-working_1162-121.jpg",
|
||||
authorName: "The Mosho",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/woman-holding-mold-with-pulp-container-making-paper_23-2147845450.jpg",
|
||||
date: "Jan 15, 2025",
|
||||
id: "b1", category: "Trends", title: "Modernizing Food Brands", excerpt: "How to stay relevant in 2025.", imageSrc: "http://img.b2bpic.net/free-photo/hands-working_1162-121.jpg", authorName: "The Mosho", authorAvatar: "http://img.b2bpic.net/free-photo/woman-holding-mold-with-pulp-container-making-paper_23-2147845450.jpg", date: "Jan 15, 2025"
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Colors",
|
||||
title: "Selecting Your Palette",
|
||||
excerpt: "Colors that sell your food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office_23-2149749873.jpg",
|
||||
authorName: "The Mosho",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/top-view-casual-male-working-from-home_23-2148694536.jpg",
|
||||
date: "Feb 02, 2025",
|
||||
id: "b2", category: "Colors", title: "Selecting Your Palette", excerpt: "Colors that sell your food.", imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-office_23-2149749873.jpg", authorName: "The Mosho", authorAvatar: "http://img.b2bpic.net/free-photo/top-view-casual-male-working-from-home_23-2148694536.jpg", date: "Feb 02, 2025"
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Strategy",
|
||||
title: "Branding vs Marketing",
|
||||
excerpt: "The core of your business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg",
|
||||
authorName: "The Mosho",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/multiethnic-training-group-discussing-their-task_74855-2998.jpg",
|
||||
date: "Mar 10, 2025",
|
||||
},
|
||||
id: "b3", category: "Strategy", title: "Branding vs Marketing", excerpt: "The core of your business.", imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", authorName: "The Mosho", authorAvatar: "http://img.b2bpic.net/free-photo/multiethnic-training-group-discussing-their-task_74855-2998.jpg", date: "Mar 10, 2025"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -291,9 +160,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get Started"
|
||||
title="Ready to design?"
|
||||
description="Contact us to start your branding project today."
|
||||
@@ -303,36 +170,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Links", items: [{ label: "Services", href: "#features" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
logoText="The Mosho"
|
||||
copyrightText="© 2025 The Mosho. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user