Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6c5011423 | |||
| f7a509e099 | |||
| ee16be0580 | |||
| 38d624823d | |||
| 1c85bee782 |
275
src/app/page.tsx
275
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="3@1 Windhoek"
|
||||
/>
|
||||
@@ -62,69 +52,34 @@ export default function LandingPage() {
|
||||
description="Located at Mega Centre, Windhoek, we provide reliable printing, courier, and business support for your daily needs."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "@customer",
|
||||
testimonial: "Excellent service and very fast!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-man-with-beard-working-small-business-ecommerce-skeptic-nervous-frowning-upset-because-problem-negative-person_839833-31938.jpg?_wi=1",
|
||||
imageAlt: "professional printing shop interior",
|
||||
},
|
||||
name: "Sarah M.", handle: "@customer", testimonial: "Excellent service and very fast!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-man-with-beard-working-small-business-ecommerce-skeptic-nervous-frowning-upset-because-problem-negative-person_839833-31938.jpg?_wi=1", imageAlt: "professional printing shop interior"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@customer",
|
||||
testimonial: "Reliable printing and friendly staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-using-printer_23-2149456968.jpg?_wi=1",
|
||||
imageAlt: "professional printing shop interior",
|
||||
},
|
||||
name: "David K.", handle: "@customer", testimonial: "Reliable printing and friendly staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-using-printer_23-2149456968.jpg?_wi=1", imageAlt: "professional printing shop interior"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@customer",
|
||||
testimonial: "The go-to place for all my business needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logistic-flat-set_1284-13202.jpg?_wi=1",
|
||||
imageAlt: "professional printing shop interior",
|
||||
},
|
||||
name: "Emily R.", handle: "@customer", testimonial: "The go-to place for all my business needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logistic-flat-set_1284-13202.jpg?_wi=1", imageAlt: "professional printing shop interior"},
|
||||
{
|
||||
name: "John P.",
|
||||
handle: "@customer",
|
||||
testimonial: "Fast courier and great support.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396656.jpg?_wi=1",
|
||||
imageAlt: "professional printing shop interior",
|
||||
},
|
||||
name: "John P.", handle: "@customer", testimonial: "Fast courier and great support.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396656.jpg?_wi=1", imageAlt: "professional printing shop interior"},
|
||||
{
|
||||
name: "Alice B.",
|
||||
handle: "@customer",
|
||||
testimonial: "Always helpful with my office printing.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-flyer_1097-604.jpg?_wi=1",
|
||||
imageAlt: "professional printing shop interior",
|
||||
},
|
||||
name: "Alice B.", handle: "@customer", testimonial: "Always helpful with my office printing.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-flyer_1097-604.jpg?_wi=1", imageAlt: "professional printing shop interior"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arab-man-with-beard-working-small-business-ecommerce-skeptic-nervous-frowning-upset-because-problem-negative-person_839833-31938.jpg?_wi=2"
|
||||
imageAlt="professional printing shop interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "Teen age, youth, style and self expression concept.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Teen age, youth, style and self expression concept."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
|
||||
alt: "Beautiful woman carrying shopping bags",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg", alt: "Beautiful woman carrying shopping bags"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
||||
alt: "Front view portrait of beautiful young woman giving thumbs up standing isolated over rosy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", alt: "Front view portrait of beautiful young woman giving thumbs up standing isolated over rosy"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
|
||||
alt: "Close up on young businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", alt: "Close up on young businesswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
|
||||
alt: "Confident entrepreneur satisfied with own success",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", alt: "Confident entrepreneur satisfied with own success"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ locals"
|
||||
/>
|
||||
@@ -147,32 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Courier Services",
|
||||
tags: [
|
||||
"Shipping",
|
||||
"Fast",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logistic-flat-set_1284-13202.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Courier Services", tags: [
|
||||
"Shipping", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logistic-flat-set_1284-13202.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional Printing",
|
||||
tags: [
|
||||
"High Quality",
|
||||
"Digital",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396656.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Professional Printing", tags: [
|
||||
"High Quality", "Digital"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396656.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Office Support",
|
||||
tags: [
|
||||
"Daily",
|
||||
"Efficient",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-flyer_1097-604.jpg?_wi=2",
|
||||
},
|
||||
id: "3", title: "Office Support", tags: [
|
||||
"Daily", "Efficient"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/multicolor-business-flyer_1097-604.jpg?_wi=2"},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Everything you need to keep your business running smoothly."
|
||||
@@ -187,59 +127,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Standard",
|
||||
name: "Business Cards",
|
||||
price: "From $50",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-business-card-abstract-design_23-2147968034.jpg",
|
||||
},
|
||||
id: "1", brand: "Standard", name: "Business Cards", price: "From $50", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-vector/professional-business-card-abstract-design_23-2147968034.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Premium",
|
||||
name: "Brochures",
|
||||
price: "From $120",
|
||||
rating: 5,
|
||||
reviewCount: "80+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curved-layers-colored-papers_23-2148792984.jpg",
|
||||
},
|
||||
id: "2", brand: "Premium", name: "Brochures", price: "From $120", rating: 5,
|
||||
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/curved-layers-colored-papers_23-2148792984.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Standard",
|
||||
name: "Posters",
|
||||
price: "From $30",
|
||||
rating: 4,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brightly-colored-bent-papers_23-2148428692.jpg",
|
||||
},
|
||||
id: "3", brand: "Standard", name: "Posters", price: "From $30", rating: 4,
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-brightly-colored-bent-papers_23-2148428692.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Corporate",
|
||||
name: "Letterheads",
|
||||
price: "From $40",
|
||||
rating: 5,
|
||||
reviewCount: "70+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-business-cards_93675-128237.jpg",
|
||||
},
|
||||
id: "4", brand: "Corporate", name: "Letterheads", price: "From $40", rating: 5,
|
||||
reviewCount: "70+", imageSrc: "http://img.b2bpic.net/free-photo/blank-business-cards_93675-128237.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Standard",
|
||||
name: "Marketing Flyers",
|
||||
price: "From $20",
|
||||
rating: 4,
|
||||
reviewCount: "90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/marketing-magazine-template_1409-607.jpg",
|
||||
},
|
||||
id: "5", brand: "Standard", name: "Marketing Flyers", price: "From $20", rating: 4,
|
||||
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-vector/marketing-magazine-template_1409-607.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Standard",
|
||||
name: "Product Labels",
|
||||
price: "From $15",
|
||||
rating: 5,
|
||||
reviewCount: "40+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-home_23-2147958956.jpg",
|
||||
},
|
||||
id: "6", brand: "Standard", name: "Product Labels", price: "From $15", rating: 5,
|
||||
reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/cooking-home_23-2147958956.jpg"},
|
||||
]}
|
||||
title="Our Printing Offerings"
|
||||
description="High-quality prints for professional and personal documents."
|
||||
@@ -254,20 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.8",
|
||||
description: "Star Rating",
|
||||
},
|
||||
id: "1", value: "4.8", description: "Star Rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "250+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
id: "2", value: "250+", description: "Happy Clients"},
|
||||
{
|
||||
id: "3",
|
||||
value: "10+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "3", value: "10+", description: "Years Experience"},
|
||||
]}
|
||||
title="Trusted by Many"
|
||||
description="We are proud to serve our Windhoek community daily."
|
||||
@@ -282,45 +177,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
role: "CEO",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
id: "1", name: "Sarah", role: "CEO", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg"},
|
||||
{
|
||||
id: "2", name: "David", role: "Manager", company: "TechSolutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily", role: "Owner", company: "Bistro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg"},
|
||||
{
|
||||
id: "4", name: "John", role: "Consultant", company: "FreeLance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-business-man-holding-hands-with-confident-face-white-background_1258-103959.jpg"},
|
||||
{
|
||||
id: "5", name: "Alice", role: "Director", company: "NonProfit", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "6", name: "Micha Pote", role: "Customer", company: "-", rating: 5
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David",
|
||||
role: "Manager",
|
||||
company: "TechSolutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg",
|
||||
id: "7", name: "Denzel Jude", role: "Customer", company: "-", rating: 5
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily",
|
||||
role: "Owner",
|
||||
company: "Bistro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John",
|
||||
role: "Consultant",
|
||||
company: "FreeLance",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-business-man-holding-hands-with-confident-face-white-background_1258-103959.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice",
|
||||
role: "Director",
|
||||
company: "NonProfit",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
id: "8", name: "Venelee Coetzee", role: "Customer", company: "-", rating: 5
|
||||
}
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="See why our customers trust us for their daily business needs."
|
||||
@@ -333,20 +212,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We operate during the day and usually close at 3 pm.",
|
||||
},
|
||||
id: "1", title: "What are your operating hours?", content: "We operate during the day and usually close at 3 pm."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What services do you offer?",
|
||||
content: "We offer professional printing, courier services, and general business support.",
|
||||
},
|
||||
id: "2", title: "What services do you offer?", content: "We offer professional printing, courier services, and general business support."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I contact you?",
|
||||
content: "You can visit us on Chasie Street or contact us by phone.",
|
||||
},
|
||||
id: "3", title: "How can I contact you?", content: "You can visit us on Chasie Street or contact us by phone."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Questions"
|
||||
@@ -361,8 +231,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Visit Us Today"
|
||||
description="Find us at Mega Centre, Chasie Street, Windhoek. Reach out for any business queries."
|
||||
@@ -373,16 +242,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="3@1 Mega Centre"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user