Merge version_2 into main #1
262
src/app/page.tsx
262
src/app/page.tsx
@@ -31,51 +31,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="ProService"
|
||||
brandName="Cornerstone Coffee"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+97699845551"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
logoText="Professional Services That Deliver Results"
|
||||
description="We specialize in high-quality solutions tailored for your business needs. Get the reliable service you deserve today."
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Cornerstone Coffee Shop"
|
||||
description="Welcome to your cozy corner in Erdenet. Experience artisanal coffee, fresh cakes, and a warm, inviting atmosphere at building 11."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Visit Us", href: "#contact" },
|
||||
{ text: "Our Menu", href: "#menu" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-man-talking-antique-phone_1187-1617.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1509042239860-f550ce710b93?q=80&w=800&h=600"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="service professional smiling"
|
||||
imageAlt="Cozy coffee shop interior"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,226 +60,53 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Excellence in Every Detail"
|
||||
description="With over a decade of experience, our professional team ensures every project meets the highest standards. We are dedicated to your long-term success."
|
||||
title="A Home Away From Home"
|
||||
description="Cornerstone Coffee Shop is more than just a place to grab a drink; it's a community space in the heart of Erdenet. Whether you're looking for a quiet morning nook or a place to meet friends, we provide the perfect cozy environment."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Team",
|
||||
description: "Highly trained specialists in their fields.",
|
||||
},
|
||||
{
|
||||
title: "Reliable Results",
|
||||
description: "Consistent delivery with guaranteed satisfaction.",
|
||||
},
|
||||
{
|
||||
title: "Transparent Process",
|
||||
description: "No hidden costs, just honest work.",
|
||||
},
|
||||
{ title: "Premium Coffee", description: "Hand-selected beans roasted to perfection." },
|
||||
{ title: "Freshly Baked", description: "Our signature tiramisu and apple pie are made daily." },
|
||||
{ title: "Cozy Vibes", description: "A relaxing atmosphere in the heart of Erdenet." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-business-people-are-discussing-new-creative-ideas-together-meeting-office_146671-15690.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1559925393-8be07e767e10?q=80&w=800&h=600"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageAlt="service team working"
|
||||
imageAlt="Freshly baked cakes and coffee"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<div id="menu" data-section="services">
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Inconsistent quality from others",
|
||||
"High hidden service costs",
|
||||
"Slow response time",
|
||||
"Lack of professional oversight",
|
||||
"Communication barriers",
|
||||
],
|
||||
items: ["Wait times during rush hour", "Limited outdoor seating"]
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Guaranteed quality excellence",
|
||||
"Transparent upfront pricing",
|
||||
"24/7 priority support",
|
||||
"Industry-leading expertise",
|
||||
"Seamless project management",
|
||||
],
|
||||
items: ["Signature Tiramisu", "Classic Apple Pie", "Espresso & Pour-over", "Seasonal Pastries"]
|
||||
}}
|
||||
title="Why Choose ProService?"
|
||||
description="We stand apart from the competition by focusing on what truly matters: your results."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Projects Successfully Delivered",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Reliable Support Availability",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "12+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
value: "250+",
|
||||
description: "Happy Corporate Partners",
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="The numbers speak for themselves—we are committed to excellence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"GrowthPartners",
|
||||
"EliteServices",
|
||||
"AlphaCorp",
|
||||
"StreamlineInc",
|
||||
"NextGen Solutions",
|
||||
"GlobalTech",
|
||||
]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We are proud to work with companies that demand the best."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Johnson",
|
||||
handle: "@alice",
|
||||
testimonial: "Exceptional service from start to finish. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob Smith",
|
||||
handle: "@bob",
|
||||
testimonial: "Professional, efficient, and very easy to work with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Davis",
|
||||
handle: "@charlie",
|
||||
testimonial: "The best decision we made for our business growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana Ross",
|
||||
handle: "@diana",
|
||||
testimonial: "Truly exceeded our expectations in every way.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Evan Wright",
|
||||
handle: "@evan",
|
||||
testimonial: "Outstanding quality and support. Five stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
description="We are honored to have the trust of so many successful companies."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I get started?",
|
||||
content: "Simply fill out our contact form, and we'll reach out within 24 hours.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is your pricing model?",
|
||||
content: "We offer transparent, custom-tailored pricing based on your project requirements.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer ongoing support?",
|
||||
content: "Yes, we provide flexible support packages to ensure your continued success.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can you handle enterprise projects?",
|
||||
content: "Absolutely. We have extensive experience managing large-scale, complex enterprise solutions.",
|
||||
},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Where are you located?",
|
||||
content: "We operate remotely with a globally distributed team ready to serve you anywhere.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
title="Our Specialties"
|
||||
description="Indulge in our carefully curated menu, featuring local favorites and classic comfort treats."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Ready to Start?"
|
||||
title="Schedule Your Free Consultation"
|
||||
description="Enter your email below to speak with an expert and get your questions answered today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-female-business-colleagues-having-fun-while-talking-hallway_637285-13071.jpg"
|
||||
imageAlt="bright modern office"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Find Us"
|
||||
title="Visit Cornerstone Coffee"
|
||||
description="Located in building 11, Erdenet. We are open daily to welcome you with fresh coffee and warm smiles. Give us a call at 9984 5551 for orders or inquiries!"
|
||||
imageSrc="https://images.unsplash.com/photo-1497935586351-b67a49e0ed21?q=80&w=800&h=600"
|
||||
imageAlt="Coffee shop exterior"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="ProService"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
logoText="Cornerstone Coffee"
|
||||
leftLink={{ text: "Building 11, Erdenet", href: "#" }}
|
||||
rightLink={{ text: "9984 5551", href: "tel:+97699845551" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user