Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
266
src/app/page.tsx
266
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="pinstudio"
|
||||
/>
|
||||
@@ -67,52 +55,25 @@ export default function LandingPage() {
|
||||
description="Discover trending accessories handpicked for digital marketers. From productivity boosters to campaign essentials—find what your team needs to work smarter."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_digital",
|
||||
testimonial: "Pinstudio transformed our team's workflow. The recommendations are spot-on, helping us save time and deliver better campaigns.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg",
|
||||
imageAlt: "Sarah J. Avatar",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_digital", testimonial: "Pinstudio transformed our team's workflow. The recommendations are spot-on, helping us save time and deliver better campaigns.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Sarah J. Avatar"},
|
||||
{
|
||||
name: "Mark C.",
|
||||
handle: "@mark_social",
|
||||
testimonial: "Finally, a curated list of tools I can trust! No more decision fatigue, just pure productivity.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg",
|
||||
imageAlt: "Mark C. Avatar",
|
||||
},
|
||||
name: "Mark C.", handle: "@mark_social", testimonial: "Finally, a curated list of tools I can trust! No more decision fatigue, just pure productivity.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg", imageAlt: "Mark C. Avatar"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emily_biz",
|
||||
testimonial: "As a small business owner, every tool counts. Pinstudio has been a game-changer for my online presence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-pensive-redhead-hipster-with-full-beard-glasses-dressed-casual-clothes-poses-with-hand-chin-studio-isolated-dark-background_613910-20091.jpg",
|
||||
imageAlt: "Emily R. Avatar",
|
||||
},
|
||||
name: "Emily R.", handle: "@emily_biz", testimonial: "As a small business owner, every tool counts. Pinstudio has been a game-changer for my online presence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-pensive-redhead-hipster-with-full-beard-glasses-dressed-casual-clothes-poses-with-hand-chin-studio-isolated-dark-background_613910-20091.jpg", imageAlt: "Emily R. Avatar"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@david_marketing",
|
||||
testimonial: "The insights and product selections here are top-notch. My team is more efficient than ever.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thinking-looking-up-middle-aged-man-wearing-white-t-shirt-with-tie-isolated-pink-wall_141793-83634.jpg",
|
||||
imageAlt: "David L. Avatar",
|
||||
},
|
||||
name: "David L.", handle: "@david_marketing", testimonial: "The insights and product selections here are top-notch. My team is more efficient than ever.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thinking-looking-up-middle-aged-man-wearing-white-t-shirt-with-tie-isolated-pink-wall_141793-83634.jpg", imageAlt: "David L. Avatar"},
|
||||
{
|
||||
name: "Jessica M.",
|
||||
handle: "@jessica_ads",
|
||||
testimonial: "Boosted my campaign ROI by implementing tools discovered on Pinstudio. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
imageAlt: "Jessica M. Avatar",
|
||||
},
|
||||
name: "Jessica M.", handle: "@jessica_ads", testimonial: "Boosted my campaign ROI by implementing tools discovered on Pinstudio. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Jessica M. Avatar"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Top Picks",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Top Picks", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shoulder-view-african-american-startup-employee-looking-laptop-screen-with-business-analytics-charts-sitting-desk-close-focus-portable-computer-display-with-sales-results_482257-38698.jpg"
|
||||
imageAlt="Modern marketing desk setup"
|
||||
@@ -120,25 +81,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
|
||||
alt: "Front view of spectacular woman laughing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Front view of spectacular woman laughing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg",
|
||||
alt: "Young Chinese woman smiling confidently",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-chinese-woman-smiling-confident-standing-street_839833-7633.jpg", alt: "Young Chinese woman smiling confidently"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg",
|
||||
alt: "Portrait of cheerful teenage girl",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", alt: "Portrait of cheerful teenage girl"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg",
|
||||
alt: "Exhausted workaholic man typing on laptop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-exhausted-workaholic-man-manager-typing-financial-strategy-using-laptop-computer-while-sitting-desk-table-business-company-office_482257-2321.jpg", alt: "Exhausted workaholic man typing on laptop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg",
|
||||
alt: "Man in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg", alt: "Man in cafe"},
|
||||
]}
|
||||
avatarText="Trusted by marketing professionals"
|
||||
/>
|
||||
@@ -151,19 +102,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Gauge,
|
||||
label: "Productivity Boost",
|
||||
value: "30%",
|
||||
},
|
||||
label: "Productivity Boost", value: "30%"},
|
||||
{
|
||||
icon: Rocket,
|
||||
label: "Campaign ROI",
|
||||
value: "25%+",
|
||||
},
|
||||
label: "Campaign ROI", value: "25%+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Marketers",
|
||||
value: "5K+",
|
||||
},
|
||||
label: "Happy Marketers", value: "5K+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -176,23 +121,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Boost Productivity",
|
||||
description: "Curated ergonomic and smart tools to enhance your daily workflow, saving precious time and effort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529409.jpg",
|
||||
imageAlt: "Ergonomic mouse and keyboard",
|
||||
},
|
||||
title: "Boost Productivity", description: "Curated ergonomic and smart tools to enhance your daily workflow, saving precious time and effort.", imageSrc: "http://img.b2bpic.net/free-photo/gradient-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529409.jpg", imageAlt: "Ergonomic mouse and keyboard"},
|
||||
{
|
||||
title: "Elevate Content Quality",
|
||||
description: "Discover lighting, audio, and visual accessories that make your content stand out and engage audiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-smartphone-side-view_23-2149602026.jpg",
|
||||
imageAlt: "Portable ring light",
|
||||
},
|
||||
title: "Elevate Content Quality", description: "Discover lighting, audio, and visual accessories that make your content stand out and engage audiences.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-smartphone-side-view_23-2149602026.jpg", imageAlt: "Portable ring light"},
|
||||
{
|
||||
title: "Organize Your Workflow",
|
||||
description: "Find innovative organizers and smart stationery that keep your desk clutter-free and your ideas flowing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pen-near-notebook-cup-biscuit-flower-eyeglasses-keyboard_23-2148037062.jpg",
|
||||
imageAlt: "Desk organizer with timer",
|
||||
},
|
||||
title: "Organize Your Workflow", description: "Find innovative organizers and smart stationery that keep your desk clutter-free and your ideas flowing.", imageSrc: "http://img.b2bpic.net/free-photo/pen-near-notebook-cup-biscuit-flower-eyeglasses-keyboard_23-2148037062.jpg", imageAlt: "Desk organizer with timer"},
|
||||
]}
|
||||
title="Streamline & Amplify Your Campaigns"
|
||||
description="Unlock efficiency and boost results with accessories designed for modern marketers."
|
||||
@@ -208,53 +141,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ergonomic Vertical Mouse",
|
||||
price: "$49.99",
|
||||
variant: "Wireless, Dark Grey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-mouse_1160-364.jpg",
|
||||
imageAlt: "Ergonomic Vertical Mouse",
|
||||
},
|
||||
id: "p1", name: "Ergonomic Vertical Mouse", price: "$49.99", variant: "Wireless, Dark Grey", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-mouse_1160-364.jpg", imageAlt: "Ergonomic Vertical Mouse"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Portable Ring Light Kit",
|
||||
price: "$69.00",
|
||||
variant: "Adjustable Tripod",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916278.jpg",
|
||||
imageAlt: "Portable Ring Light Kit",
|
||||
},
|
||||
id: "p2", name: "Portable Ring Light Kit", price: "$69.00", variant: "Adjustable Tripod", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-beauty-vlog-home_23-2148916278.jpg", imageAlt: "Portable Ring Light Kit"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Smart Reusable Notebook",
|
||||
price: "$34.95",
|
||||
variant: "Cloud Sync",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-warm-sweater-using-tablet-balcony_1262-17818.jpg",
|
||||
imageAlt: "Smart Reusable Notebook",
|
||||
},
|
||||
id: "p3", name: "Smart Reusable Notebook", price: "$34.95", variant: "Cloud Sync", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-warm-sweater-using-tablet-balcony_1262-17818.jpg", imageAlt: "Smart Reusable Notebook"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "USB Condenser Microphone",
|
||||
price: "$79.99",
|
||||
variant: "Desktop, Pop Filter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vlogger-presenting-camera-battery_482257-121847.jpg",
|
||||
imageAlt: "USB Condenser Microphone",
|
||||
},
|
||||
id: "p4", name: "USB Condenser Microphone", price: "$79.99", variant: "Desktop, Pop Filter", imageSrc: "http://img.b2bpic.net/free-photo/vlogger-presenting-camera-battery_482257-121847.jpg", imageAlt: "USB Condenser Microphone"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Multi-Device Wireless Combo",
|
||||
price: "$129.00",
|
||||
variant: "Keyboard & Mouse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-keyboard-headphones-with-copy-space_23-2148397826.jpg",
|
||||
imageAlt: "Multi-Device Wireless Combo",
|
||||
},
|
||||
id: "p5", name: "Multi-Device Wireless Combo", price: "$129.00", variant: "Keyboard & Mouse", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-keyboard-headphones-with-copy-space_23-2148397826.jpg", imageAlt: "Multi-Device Wireless Combo"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Portable 1TB SSD",
|
||||
price: "$99.99",
|
||||
variant: "USB-C, Fast Transfer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-device-laptop_23-2149319332.jpg",
|
||||
imageAlt: "Portable 1TB SSD",
|
||||
},
|
||||
id: "p6", name: "Portable 1TB SSD", price: "$99.99", variant: "USB-C, Fast Transfer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-device-laptop_23-2149319332.jpg", imageAlt: "Portable 1TB SSD"},
|
||||
]}
|
||||
title="Our Top Marketing Essentials"
|
||||
description="Curated selection of gear to supercharge your social media, content creation, and analytics."
|
||||
@@ -266,14 +163,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"GrowthCo",
|
||||
"InnovateHub",
|
||||
"DigitalX",
|
||||
"CreativeLabs",
|
||||
"SparkMedia",
|
||||
"OptiMark",
|
||||
"TrendSetters",
|
||||
]}
|
||||
"GrowthCo", "InnovateHub", "DigitalX", "CreativeLabs", "SparkMedia", "OptiMark", "TrendSetters"]}
|
||||
title="Trusted by Leading Marketers & Teams"
|
||||
description="Our recommendations empower diverse marketing professionals to achieve their goals."
|
||||
speed={40}
|
||||
@@ -289,27 +179,17 @@ export default function LandingPage() {
|
||||
author="Maria Sanchez, Head of Digital at Amplify Agency"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg",
|
||||
alt: "Maria Sanchez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg", alt: "Maria Sanchez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg", alt: "John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-raincoat_23-2148750328.jpg",
|
||||
alt: "Jane Smith",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-raincoat_23-2148750328.jpg", alt: "Jane Smith"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thinking-man-dark-suit-studio-shot_613910-10754.jpg",
|
||||
alt: "Robert Brown",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/thinking-man-dark-suit-studio-shot_613910-10754.jpg", alt: "Robert Brown"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
alt: "Confident Asian man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Confident Asian man"},
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -319,25 +199,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do you select your products?",
|
||||
content: "Our team of marketing experts rigorously researches and tests each product for quality, effectiveness, and value, ensuring only the best tools make it to our list.",
|
||||
},
|
||||
id: "faq1", title: "How do you select your products?", content: "Our team of marketing experts rigorously researches and tests each product for quality, effectiveness, and value, ensuring only the best tools make it to our list."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Are these products suitable for beginners?",
|
||||
content: "Absolutely! We cater to all skill levels, from beginners looking for foundational tools to seasoned professionals seeking advanced solutions. Each product comes with detailed descriptions to help you choose.",
|
||||
},
|
||||
id: "faq2", title: "Are these products suitable for beginners?", content: "Absolutely! We cater to all skill levels, from beginners looking for foundational tools to seasoned professionals seeking advanced solutions. Each product comes with detailed descriptions to help you choose."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer any guarantees or returns?",
|
||||
content: "As an Amazon affiliate, all purchases are subject to Amazon's robust return and guarantee policies. We facilitate your discovery, and Amazon handles the rest, ensuring a seamless shopping experience.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer any guarantees or returns?", content: "As an Amazon affiliate, all purchases are subject to Amazon's robust return and guarantee policies. We facilitate your discovery, and Amazon handles the rest, ensuring a seamless shopping experience."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "How often is the product list updated?",
|
||||
content: "We constantly monitor market trends and new releases, updating our product catalog weekly to ensure you always have access to the latest and most effective marketing accessories.",
|
||||
},
|
||||
id: "faq4", title: "How often is the product list updated?", content: "We constantly monitor market trends and new releases, updating our product catalog weekly to ensure you always have access to the latest and most effective marketing accessories."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to common questions about our selection process and the benefits of Pinstudio."
|
||||
@@ -351,8 +219,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Boost Your Productivity?"
|
||||
description="Join our community for exclusive deals, new product alerts, and expert marketing tips directly to your inbox."
|
||||
@@ -366,50 +233,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user