Merge version_3 into main #4
184
src/app/page.tsx
184
src/app/page.tsx
@@ -13,21 +13,21 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, Clock, Diamond, Hand, RefreshCw, Smile, Sparkles, Star } from "lucide-react";
|
||||
import { Activity, Bot, CheckCircle, Clock, Code, Flask, Globe, Hourglass, Layers, Lightbulb, Monitor, MousePointer, Sigma, Sparkles, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noise"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="extrabold"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
name: "Solutions", id: "#products"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="GlamourPress Nails"
|
||||
brandName="QuantifyLabs"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,16 +57,16 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Elevate Your Style with GlamourPress Nails"
|
||||
description="Discover salon-quality press-on nails designed for instant chic and lasting wear. Perfect nails, effortlessly at your fingertips."
|
||||
title="Unlocking the Universe: Advanced Data Synthesis"
|
||||
description="Harnessing the power of advanced algorithms to transform raw data into actionable insights and predictive models."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "#products"},
|
||||
text: "Explore Solutions", href: "#products"},
|
||||
{
|
||||
text: "Explore Designs", href: "#products"},
|
||||
text: "Request Demo", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-concept-beautiful-caucasian-woman-with-make-up-wearing-colorful-shawl-head-accessories-isolated-gray-background_613910-4511.jpg"
|
||||
imageAlt="Elegant hand with press-on nails"
|
||||
imageSrc="https://images.unsplash.com/photo-1577563908885-36423d4638a1?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXw4fHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080"
|
||||
imageAlt="Abstract representation of data flow and scientific analysis."
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
@@ -81,22 +81,22 @@ export default function LandingPage() {
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-fixing-her-nails-hurting-herself-green-surface_140725-64166.jpg", alt: "GlamourPress fan Olivia"},
|
||||
]}
|
||||
avatarText="Join 5000+ Happy Customers"
|
||||
avatarText="Trusted by 500+ Research Institutions"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "100% Satisfaction", icon: Smile,
|
||||
type: "text-icon", text: "Rigorous Validation", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Salon-Quality Finish", icon: Sparkles,
|
||||
type: "text-icon", text: "Algorithmic Precision", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Easy Application", icon: Diamond,
|
||||
type: "text-icon", text: "Seamless Integration", icon: Code,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Durable & Reusable", icon: RefreshCw,
|
||||
type: "text-icon", text: "Scalable Architectures", icon: Layers,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Trend-Setting Designs", icon: Star,
|
||||
type: "text-icon", text: "Predictive Analytics", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -107,13 +107,13 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Craft"
|
||||
title="Artistry in Every Set"
|
||||
description="At GlamourPress, we combine innovative design with premium materials to bring you press-on nails that look and feel luxurious."
|
||||
subdescription="Each set is meticulously crafted for a perfect fit and stunning finish, ensuring you stand out with every gesture."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-knits-woolen-clothes-with-knitting-needles_23-2148164446.jpg?_wi=1"
|
||||
imageAlt="Close-up of meticulously crafted press-on nails"
|
||||
tag="Our Philosophy"
|
||||
title="Precision at the Core"
|
||||
description="At QuantifyLabs, we apply rigorous scientific methodologies and cutting-edge computational techniques to solve complex challenges."
|
||||
subdescription="Our interdisciplinary team leverages deep expertise to ensure every solution is robust, accurate, and impactful."
|
||||
icon={Flask}
|
||||
imageSrc="https://images.unsplash.com/photo-1530971206121-a3f5f3e7b1c4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXw2fHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080"
|
||||
imageAlt="Scientist working with advanced laboratory equipment."
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -125,35 +125,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Instant Application", description: "Achieve a flawless manicure in minutes, without any salon hassle or drying time.", bentoComponent: "icon-info-cards", items: [
|
||||
title: "Rapid Analysis & Deployment", description: "Accelerate your research and deploy solutions swiftly with our optimized computational frameworks.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Time Saved", value: "90%"},
|
||||
icon: Hourglass,
|
||||
label: "Efficiency Gains", value: "90%"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Effortless Glam", value: "Always"},
|
||||
icon: Bot,
|
||||
label: "Automated Workflows", value: "Always"},
|
||||
{
|
||||
icon: Hand,
|
||||
label: "Easy Apply", value: "Simple"},
|
||||
icon: MousePointer,
|
||||
label: "User-Friendly Interface", value: "Simple"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Salon-Quality Finish", description: "Experience the look and feel of a professional manicure, handcrafted with precision and premium materials.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
title: "Algorithmic Precision", description: "Leverage cutting-edge algorithms to achieve unparalleled accuracy and reliability in your analytical results.", bentoComponent: "reveal-icon", icon: Sigma
|
||||
},
|
||||
{
|
||||
title: "Durable & Reusable", description: "Designed for extended wear and reusability, our nails are tough enough to handle your daily routine.", bentoComponent: "media-stack", items: [
|
||||
title: "Scalable & Robust Solutions", description: "Our architectures are built for high performance and reliability, scaling seamlessly from small datasets to big data.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-knits-woolen-clothes-with-knitting-needles_23-2148164446.jpg?_wi=2", imageAlt: "Hand working with durable press-on nails"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1599839943314-f58c70a91f5e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXw3fHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Server racks in a data center"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401289.jpg", imageAlt: "Hand in motion with resilient artificial nails"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1517430816045-cd33626c7809?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXw4fHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Close-up of a complex circuit board"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-ongoing-gua-sha-face-procedure_23-2149401372.jpg", imageAlt: "Press-on nails under water, showcasing durability"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1555066931-436e28d4ceb4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXw1fHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Lines of code on a computer screen"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Unmatched Quality & Convenience"
|
||||
description="Experience the difference with nails that are easy to apply, durable, and breathtakingly beautiful. Transform your look in minutes."
|
||||
tag="Why Choose Us"
|
||||
title="Transforming Data into Discovery"
|
||||
description="Our solutions provide unparalleled accuracy, scalability, and ease of integration, empowering profound insights and informed decisions."
|
||||
tag="Key Differentiators"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,21 +165,21 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "classic-gloss", name: "Classic Gloss", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-nail-art_23-2151913379.jpg", imageAlt: "Classic glossy nude press-on nails"},
|
||||
id: "quantum-data-fusion", name: "Quantum Data Fusion", price: "$18.00", imageSrc: "https://images.unsplash.com/photo-1522202176988-66273c2fd55f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXw5fHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Abstract image representing data fusion"},
|
||||
{
|
||||
id: "matte-elegance", name: "Matte Elegance", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262905.jpg", imageAlt: "Elegant matte black press-on nails"},
|
||||
id: "predictive-algorithm-suite", name: "Predictive Algorithm Suite", price: "$22.00", imageSrc: "https://images.unsplash.com/photo-1544005313-94c6330148e6?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXwxMHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Graph displaying predictive analytics"},
|
||||
{
|
||||
id: "glitter-glam", name: "Glitter Glam", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110931.jpg", imageAlt: "Sparkling glitter press-on nails"},
|
||||
id: "real-time-simulation-engine", name: "Real-time Simulation Engine", price: "$25.00", imageSrc: "https://images.unsplash.com/photo-1518779578993-906fcd153669?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXwxMXx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Scientific simulation graphic"},
|
||||
{
|
||||
id: "french-chic", name: "French Chic", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails_23-2149820389.jpg", imageAlt: "Classic French tip press-on nails"},
|
||||
id: "big-data-orchestrator", name: "Big Data Orchestrator", price: "$20.00", imageSrc: "https://images.unsplash.com/photo-1518701962383-a4e938953102?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXwxMnx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Complex network data visualization"},
|
||||
{
|
||||
id: "ombre-dream", name: "Ombre Dream", price: "$23.00", imageSrc: "http://img.b2bpic.net/free-photo/yellow-nail-design-manicured-female-hand-with-glitter-manicure_127675-2382.jpg", imageAlt: "Soft ombre gradient press-on nails"},
|
||||
id: "ai-model-training", name: "A.I. Model Training", price: "$23.00", imageSrc: "https://images.unsplash.com/photo-1519389950473-47ba0c766d10?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXwxM3x8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Abstract AI pattern"},
|
||||
{
|
||||
id: "geometric-art", name: "Geometric Art", price: "$27.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-manicure-blue-background_23-2149311585.jpg", imageAlt: "Modern geometric art press-on nails"},
|
||||
id: "secure-data-enclave", name: "Secure Data Enclave", price: "$27.00", imageSrc: "https://images.unsplash.com/photo-1550745165-9ff02c595874?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w0NTMzNXwwfDF8cGFnZXwxNHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.0.3&q=80&w=1080", imageAlt: "Padlock icon representing data security"},
|
||||
]}
|
||||
title="Find Your Perfect Match"
|
||||
description="Explore our diverse range of designs, from classic elegance to bold statements. There's a set for every mood and occasion."
|
||||
tag="Our Collections"
|
||||
title="Advanced Data Solutions"
|
||||
description="Discover a suite of tools and services designed to optimize data processing, analysis, and visualization for scientific and industrial applications."
|
||||
tag="Our Offerings"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,24 +190,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Popular", badgeIcon: Star,
|
||||
price: "$45", subtitle: "Perfect for beginners", features: [
|
||||
"1 Classic Set", "Application Kit", "Removal Guide"],
|
||||
id: "starter", badge: "Basic Research", badgeIcon: Lightbulb,
|
||||
price: "$45", subtitle: "Ideal for preliminary studies", features: [
|
||||
"Data Access Layer", "Basic API Integration", "Community Support"],
|
||||
},
|
||||
{
|
||||
id: "signature", badge: "Best Value", badgeIcon: Award,
|
||||
price: "$75", subtitle: "Curated for nail enthusiasts", features: [
|
||||
"2 Premium Sets", "Deluxe Application Kit", "Exclusive Designs"],
|
||||
id: "signature", badge: "Advanced Analytics", badgeIcon: Monitor,
|
||||
price: "$75", subtitle: "Designed for in-depth analysis", features: [
|
||||
"Enhanced Data Pipelines", "Dedicated Compute Resources", "Priority Technical Support"],
|
||||
},
|
||||
{
|
||||
id: "unlimited", badge: "Ultimate Glam", badgeIcon: Diamond,
|
||||
price: "$120", subtitle: "For endless style possibilities", features: [
|
||||
"4 Any Sets", "Pro Application Kit", "Priority Access to New Releases"],
|
||||
id: "unlimited", badge: "Enterprise Solutions", badgeIcon: Globe,
|
||||
price: "$120", subtitle: "For large-scale, mission-critical operations", features: [
|
||||
"Custom Algorithm Development", "On-Premise Deployment Options", "24/7 Enterprise Support"],
|
||||
},
|
||||
]}
|
||||
title="Premium Nails, Smart Prices"
|
||||
description="Get more for less with our curated bundles and subscription options. Beauty should be accessible."
|
||||
tag="Value Sets"
|
||||
title="Flexible Solutions for Every Scale"
|
||||
description="Choose from tailored plans designed to meet the demands of individual researchers, startups, or large enterprises."
|
||||
tag="Investment Tiers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,19 +218,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_styles", testimonial: "Absolutely in love with my GlamourPress nails! They look exactly like a salon manicure and lasted for weeks. So many compliments!", imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-girl-shows-lipstick-thumbs-up-hand-sign-recommending-beauty-product-records-content_1258-281528.jpg", imageAlt: "Sarah J. smiling"},
|
||||
id: "1", name: "Dr. Sarah Chen", handle: "@scidata", testimonial: "The accuracy of their models transformed our data analysis. A truly indispensable tool for our research.", imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-girl-shows-lipstick-thumbs-up-hand-sign-recommending-beauty-product-records-content_1258-281528.jpg", imageAlt: "Sarah J. smiling"},
|
||||
{
|
||||
id: "2", name: "Michael C.", handle: "@mani_mike", testimonial: "Surprisingly durable and incredibly stylish. GlamourPress Nails are my new go-to for instant glam. Application was a breeze!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149250021.jpg", imageAlt: "Michael C. showing off his nails"},
|
||||
id: "2", name: "Prof. Alex Kim", handle: "@quantum_analytics", testimonial: "Seamless integration and exceptional performance. QuantifyLabs significantly accelerated our project timeline.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149250021.jpg", imageAlt: "Michael C. showing off his nails"},
|
||||
{
|
||||
id: "3", name: "Emily R.", handle: "@nailgoddess", testimonial: "The designs are stunning and the quality is unmatched. I've tried other brands, but GlamourPress truly stands out. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/colorful-tense-disappointed-mixed-race-woman-with-trendy-makeup-accessories-posing-with-crossed-hands-chest-blue-wall_171337-2434.jpg", imageAlt: "Emily R. showcasing her nails"},
|
||||
id: "3", name: "Dr. Emily Rodriguez", handle: "@deep_insights", testimonial: "Their platform's scalability is unmatched. We process vast datasets with ease and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-tense-disappointed-mixed-race-woman-with-trendy-makeup-accessories-posing-with-crossed-hands-chest-blue-wall_171337-2434.jpg", imageAlt: "Emily R. showcasing her nails"},
|
||||
{
|
||||
id: "4", name: "David K.", handle: "@dapper_digits", testimonial: "Perfect for special occasions or just a quick style upgrade. The variety of designs is fantastic, and they feel so comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/bride-morning-preparation-big-day_1328-3438.jpg", imageAlt: "David K. with elegant nails"},
|
||||
id: "4", name: "Dr. David Lee", handle: "@neuro_data", testimonial: "The intuitive interface made complex data approachable. Highly recommended for any scientific team.", imageSrc: "http://img.b2bpic.net/free-photo/bride-morning-preparation-big-day_1328-3438.jpg", imageAlt: "David K. with elegant nails"},
|
||||
{
|
||||
id: "5", name: "Jessica L.", handle: "@jess_nailed_it", testimonial: "I'm obsessed! These press-ons are a game changer. Super easy to apply, and they stayed on perfectly. My nails have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/collage-with-beautiful-woman-multiplied_23-2148391271.jpg", imageAlt: "Jessica L. with trendy nails"},
|
||||
id: "5", name: "Dr. Jessica Wang", handle: "@computational_chem", testimonial: "QuantifyLabs' support team is exceptional. Their expertise guided us through every step.", imageSrc: "http://img.b2bpic.net/free-photo/collage-with-beautiful-woman-multiplied_23-2148391271.jpg", imageAlt: "Jessica L. with trendy nails"},
|
||||
]}
|
||||
title="Love at First Press"
|
||||
description="Hear what our amazing community has to say about their GlamourPress experience."
|
||||
tag="Happy Customers"
|
||||
title="Validated by Leading Minds"
|
||||
description="Hear how researchers and innovators are leveraging our solutions to achieve groundbreaking results."
|
||||
tag="Peer Endorsements"
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
/>
|
||||
@@ -241,16 +241,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "How long do GlamourPress Nails last?", content: "With proper application, our press-on nails typically last 1-2 weeks. You can extend wear with proper nail prep and adhesive."},
|
||||
{
|
||||
id: "q2", title: "Are GlamourPress Nails reusable?", content: "Yes, many of our customers successfully reuse their GlamourPress Nails! Gently remove them and store carefully to enjoy multiple wears."},
|
||||
{
|
||||
id: "q3", title: "How do I find my perfect size?", content: "Each set includes a variety of sizes to ensure a perfect fit. You can also refer to our sizing guide for detailed measurements and tips."},
|
||||
{
|
||||
id: "q4", title: "What is included in an application kit?", content: "Our kits typically include nail glue, adhesive tabs, a mini file, a cuticle pusher, and an alcohol wipe for optimal application."},
|
||||
]}
|
||||
sideTitle="Your Questions Answered"
|
||||
sideDescription="Everything you need to know about our press-on nails, from application to care, to ensure a perfect experience."
|
||||
id: "q1", title: "What data types does your platform support?", content: "Our platform is designed to handle a wide range of data types, including numerical, categorical, time-series, and unstructured text data."},n {
|
||||
id: "q2", title: "How does QuantifyLabs ensure data security?", content: "We implement industry-standard encryption, access controls, and regular security audits to protect your data integrity and confidentiality."},n {
|
||||
id: "q3", title: "Can your solutions be customized for specific research needs?", content: "Absolutely. We offer tailored customization options and collaborate closely with your team to develop bespoke algorithms and features."},n {
|
||||
id: "q4", title: "What kind of support is available?", content: "We provide comprehensive support, including documentation, tutorials, community forums, and dedicated technical support for premium plans."},n ]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our platform, services, and how we can support your scientific endeavors."
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
showCard={true}
|
||||
@@ -262,10 +258,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"BeautyHub Magazine", "NailArt Daily", "GlamLife Blog", "Fashionista", "Style Weekly", "Chic Trends", "Mani Mood"]}
|
||||
title="Trusted by Beauty Enthusiasts"
|
||||
description="Featured and loved by top beauty influencers and style publications, GlamourPress is quickly becoming a favorite."
|
||||
tag="As Seen On"
|
||||
"BioData Insights", "Quantum Computing Review", "AI Research Journal", "Cognitive Science Lab", "Deep Learning Forum", "Statistical Analysis Quarterly", "Predictive Modeling Co." ]}
|
||||
title="Partnering with Innovators"
|
||||
description="Our solutions are trusted by leading academic institutions, research labs, and forward-thinking enterprises worldwide."
|
||||
tag="Recognized By"
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -276,10 +272,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
text="Ready to transform your nails? Get in touch with our support team for any questions or custom requests."
|
||||
text="Ready to harness the power of data? Connect with our experts to discuss your scientific and analytical requirements."
|
||||
buttons={[
|
||||
{
|
||||
text: "Message Us", href: "mailto:support@glamourpress.com"},
|
||||
text: "Consult with an Expert", href: "mailto:info@quantifylabs.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -288,16 +284,16 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-empty-smooth-light-pink-studio-room-background-use-as-montage-product-display-banner-template_1258-58213.jpg"
|
||||
imageAlt="Abstract footer background with soft colors"
|
||||
logoText="GlamourPress Nails"
|
||||
logoText="QuantifyLabs"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "All Collections", href: "#products"},
|
||||
label: "Platform Features", href: "#products"},
|
||||
{
|
||||
label: "Best Sellers", href: "#products"},
|
||||
label: "Use Cases", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals", href: "#products"},
|
||||
label: "Latest Innovations", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -315,11 +311,11 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
label: "Documentation", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 GlamourPress Nails. All rights reserved."
|
||||
copyrightText="© 2024 QuantifyLabs. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #6139e6;
|
||||
--background-accent: #b3a8e8;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user