Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b26211bcd4 | |||
| a7299523f3 |
340
src/app/page.tsx
340
src/app/page.tsx
@@ -30,22 +30,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Products", id: "products" },
|
||||||
id: "hero",
|
{ name: "Features", id: "features" },
|
||||||
},
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{
|
{ name: "Contact", id: "contact" }
|
||||||
name: "Products",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Boxi Importados"
|
brandName="Boxi Importados"
|
||||||
/>
|
/>
|
||||||
@@ -53,111 +42,19 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Boxi Importados - Your All-In-One Platform"
|
title="Boxi Importados - Your All-In-One Platform"
|
||||||
description="Do everything with one platform. Access the best imported tech, high-quality electronics, and streamlined logistics."
|
description="Do everything with one platform. Access the best imported tech, high-quality electronics, and streamlined logistics."
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-camera-still-life_23-2150630645.jpg", imageAlt: "Hero item 1" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-camera-still-life_23-2150630645.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927521.jpg", imageAlt: "Hero item 2" },
|
||||||
imageAlt: "Hero item 1",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/film-cartridges-near-cameras_23-2147852546.jpg", imageAlt: "Hero item 3" }
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927521.jpg",
|
|
||||||
imageAlt: "Hero item 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/film-cartridges-near-cameras_23-2147852546.jpg",
|
|
||||||
imageAlt: "Hero item 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/white-tablet-with-red-ribbon-sale-tags_23-2147959958.jpg",
|
|
||||||
imageAlt: "Hero item 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photography-studio-with-equipment-items-arrangement_23-2150254694.jpg",
|
|
||||||
imageAlt: "Hero item 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
rightCarouselItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736789.jpg", imageAlt: "Hero item 7" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736789.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340156.jpg", imageAlt: "Hero item 8" }
|
||||||
imageAlt: "Hero item 7",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340156.jpg",
|
|
||||||
imageAlt: "Hero item 8",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dancing-woman-sunglasses-listening-music-headphones-holding-lolipop-smartphone-laughing-smiling-happy-standing-pink-background_1258-301485.jpg",
|
|
||||||
imageAlt: "Hero item 9",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/white-phone-case-white-surface_187299-47253.jpg",
|
|
||||||
imageAlt: "Hero item 10",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-colorful-jacket-orange-colored-shirt-black-trousers-smiling-using-her-phone-holding-pizza_140725-15055.jpg",
|
|
||||||
imageAlt: "Hero item 11",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Shop Now",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg",
|
|
||||||
alt: "user 1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
|
||||||
alt: "user 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg",
|
|
||||||
alt: "user 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
|
||||||
alt: "user 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg",
|
|
||||||
alt: "user 5",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatarText="Trusted by 500+ happy partners"
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/abstract-3d-geometric-square-shape_23-2150833201.jpg",
|
|
||||||
alt: "logo 1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/minimalist-3d-rendered-purple-pedestal-display-stage_84443-73974.jpg",
|
|
||||||
alt: "logo 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/podiums-colors-aesthetic_23-2151927546.jpg",
|
|
||||||
alt: "logo 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/blue-minimalist-podium_23-2151934040.jpg",
|
|
||||||
alt: "logo 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074278.jpg",
|
|
||||||
alt: "logo 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -168,27 +65,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Global Sourcing", description: "Direct access to top brands worldwide.", imageSrc: "http://img.b2bpic.net/free-vector/modern-infographic-with-hexagons_23-2147526306.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/logistic-icon_1284-3412.jpg", buttonText: "Learn More" },
|
||||||
title: "Global Sourcing",
|
{ title: "Secure Payments", description: "Fast, safe, and transparent transactions.", imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-concept_23-2148534119.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/secure-card-payment_78370-8471.jpg", buttonText: "Learn More" },
|
||||||
description: "Direct access to top brands worldwide, curated for the local market.",
|
{ title: "Expert Support", description: "Dedicated customer service 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288229.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-asian-girl-headphones-listens-music-outdoors-looking-happy_1258-190808.jpg", buttonText: "Learn More" }
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-infographic-with-hexagons_23-2147526306.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-vector/logistic-icon_1284-3412.jpg",
|
|
||||||
buttonText: "Learn More",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Secure Payments",
|
|
||||||
description: "Fast, safe, and transparent transactions for all our business partners.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-concept_23-2148534119.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-vector/secure-card-payment_78370-8471.jpg",
|
|
||||||
buttonText: "Learn More",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Expert Support",
|
|
||||||
description: "Dedicated customer service to ensure your operations run seamlessly.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288229.jpg",
|
|
||||||
titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-asian-girl-headphones-listens-music-outdoors-looking-happy_1258-190808.jpg",
|
|
||||||
buttonText: "Learn More",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Us"
|
title="Why Choose Us"
|
||||||
description="We offer the most efficient way to source and distribute high-quality imported products in Paraguay."
|
description="We offer the most efficient way to source and distribute high-quality imported products in Paraguay."
|
||||||
@@ -202,60 +81,8 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", brand: "TechAudio", name: "Wireless Headphones", price: "$129", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-short-hair-wired-headphones_23-2148205486.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", brand: "SmartWatch", name: "Pro Active Watch", price: "$199", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-watch_23-2149235398.jpg" }
|
||||||
brand: "TechAudio",
|
|
||||||
name: "Wireless Headphones",
|
|
||||||
price: "$129",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-short-hair-wired-headphones_23-2148205486.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
brand: "SmartWatch",
|
|
||||||
name: "Pro Active Watch",
|
|
||||||
price: "$199",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "85",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-watch_23-2149235398.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
brand: "GameZone",
|
|
||||||
name: "Portable Console",
|
|
||||||
price: "$299",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "210",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-woman-headphones-holds-looks-phone_141793-115591.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
brand: "AudioTech",
|
|
||||||
name: "Hi-Fi Speaker",
|
|
||||||
price: "$89",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "95",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/levitating-product-display-with-headphones_23-2149670637.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
brand: "SmartMobile",
|
|
||||||
name: "Compact Smartphone",
|
|
||||||
price: "$699",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "430",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309641.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
brand: "PowerUp",
|
|
||||||
name: "Fast Charger",
|
|
||||||
price: "$45",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "62",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ev-charging-station-electric-car-recharging-station_35913-2730.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Top Trending Products"
|
title="Top Trending Products"
|
||||||
description="Discover our latest arrivals in premium electronics and accessories."
|
description="Discover our latest arrivals in premium electronics and accessories."
|
||||||
@@ -268,36 +95,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "100+", title: "Happy Partners", items: ["Active members", "Growing community"] },
|
||||||
id: "m1",
|
{ id: "m2", value: "5k+", title: "Products Delivered", items: ["Successfully shipped", "Verified quality"] },
|
||||||
value: "100+",
|
{ id: "m3", value: "24/7", title: "Expert Support", items: ["Global assistance", "Always online"] }
|
||||||
title: "Happy Creators",
|
|
||||||
items: [
|
|
||||||
"Active members",
|
|
||||||
"Growing community",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "5k+",
|
|
||||||
title: "Products Delivered",
|
|
||||||
items: [
|
|
||||||
"Successfully shipped",
|
|
||||||
"Verified quality",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "24/7",
|
|
||||||
title: "Support Availability",
|
|
||||||
items: [
|
|
||||||
"Global assistance",
|
|
||||||
"Always online",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Leaders"
|
title="Key Metrics"
|
||||||
description="Our platform is the backbone of successful digital growth in the region."
|
description="Our platform is the backbone of successful digital growth."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -306,106 +109,38 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Sarah J.", date: "Jan 2025", title: "CEO, TechFlow", quote: "The platform is incredibly intuitive.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Michael C.", date: "Dec 2024", title: "Founder, LabInc", quote: "Streamlined all our import operations.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg" }
|
||||||
name: "Sarah J.",
|
|
||||||
date: "Jan 2025",
|
|
||||||
title: "CEO, TechFlow",
|
|
||||||
quote: "The platform is incredibly intuitive.",
|
|
||||||
tag: "Trusted",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Michael C.",
|
|
||||||
date: "Dec 2024",
|
|
||||||
title: "Founder, LabInc",
|
|
||||||
quote: "Streamlined all our import operations.",
|
|
||||||
tag: "Reliable",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Elena R.",
|
|
||||||
date: "Nov 2024",
|
|
||||||
title: "Manager, GrowthCo",
|
|
||||||
quote: "Excellent support and product selection.",
|
|
||||||
tag: "Premium",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "David K.",
|
|
||||||
date: "Oct 2024",
|
|
||||||
title: "CTO, StartupXYZ",
|
|
||||||
quote: "Best platform for electronic imports.",
|
|
||||||
tag: "Efficient",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-person-relaxing-while-listening-music_23-2149129069.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/joyous-man-wearing-headphones-watching-tv-show-laptop_482257-118944.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
name: "Maria V.",
|
|
||||||
date: "Sep 2024",
|
|
||||||
title: "Owner, RetailHub",
|
|
||||||
quote: "Unbeatable prices and fast delivery.",
|
|
||||||
tag: "TopTier",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Partners Say"
|
title="What Partners Say"
|
||||||
description="Join our growing community of satisfied creators and business owners."
|
description="Join our growing community of satisfied business owners."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "How long is delivery?", content: "Most orders arrive within 7-10 business days." },
|
||||||
id: "f1",
|
{ id: "f2", title: "Are products warrantied?", content: "Yes, all electronics include a standard manufacturer warranty." }
|
||||||
title: "How long is the delivery?",
|
|
||||||
content: "Most orders arrive within 7-10 business days.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Are products warrantied?",
|
|
||||||
content: "Yes, all electronics include a standard manufacturer warranty.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "How can I track my order?",
|
|
||||||
content: "We provide a tracking number immediately after shipment.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/team-technicians-working-server-farm-using-laptops-analyze-data_482257-125909.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/team-technicians-working-server-farm-using-laptops-analyze-data_482257-125909.jpg"
|
||||||
mediaAnimation="slide-up"
|
title="FAQs"
|
||||||
title="Frequently Asked Questions"
|
description="Have questions? We've got answers."
|
||||||
description="Have questions about our import services? We've got answers."
|
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient",
|
tag="Contact Us"
|
||||||
}}
|
|
||||||
tag="Get Started"
|
|
||||||
title="Ready to get started?"
|
title="Ready to get started?"
|
||||||
description="Contact us today for a consultation or product inquiry."
|
description="Connect with our team in Paraguay for business inquiries or support."
|
||||||
buttons={[
|
buttons={[{ text: "Send a Message", href: "mailto:support@boxi.com" }]}
|
||||||
{
|
|
||||||
text: "Contact Us",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -413,9 +148,10 @@ export default function LandingPage() {
|
|||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Boxi Importados"
|
logoText="Boxi Importados"
|
||||||
copyrightText="© 2026 Boxi Importados. All Rights Reserved."
|
copyrightText="© 2026 Boxi Importados. All Rights Reserved."
|
||||||
|
socialLinks={[]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user