Merge version_1 into main #1
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
<MetricCardFourteen
|
||||
title="Trusted by thousands of satisfied customers worldwide who have transformed their PC performance and digital workflows."
|
||||
tag="Industry Recognition"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{ id: "1", value: "200K+", description: "Customers worldwide relying on Prime Lab for optimal PC performance" },
|
||||
{ id: "2", value: "$1M+", description: "Agency revenue generated through our premium optimization services" },
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
title="How Prime Lab Optimizes Your System"
|
||||
description="A seamless three-step process designed to maximize your PC performance with cutting-edge optimization technology and expert support."
|
||||
tag="Process Overview"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Choose Your Digital Optimization Plan", description: "Select from our comprehensive range of optimization plans tailored to your specific needs and performance goals. Each plan is designed to deliver maximum value and performance improvements.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmvZdBJt0mLu5ANOqriJCg6tJt/a-sleek-visual-representation-of-step-1--1773210700097-1e2dc4fc.png" },
|
||||
@@ -166,25 +166,21 @@ export default function LandingPage() {
|
||||
title="Premium Optimization Plans"
|
||||
description="Choose the perfect plan to unlock your PC's full potential with our world-class optimization technology and support."
|
||||
tag="Pricing"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "lite", tag: "Prime Lite", price: "₹99", period: "/year", description: "Perfect for getting started with basic optimization and performance tuning.", button: { text: "Buy Now", href: "#" },
|
||||
featuresTitle: "What's Included:", features: ["1 year warranty", "Basic system optimization", "12 hours support", "Performance tuning"]
|
||||
id: "lite", tag: "Prime Lite", price: "₹99", period: "/year", description: "Perfect for getting started with basic optimization and performance tuning.", button: { text: "Buy Now", href: "#" }, featuresTitle: "What's Included:", features: ["1 year warranty", "Basic system optimization", "12 hours support", "Performance tuning"]
|
||||
},
|
||||
{
|
||||
id: "mid", tag: "Prime Mid", tagIcon: Sparkles,
|
||||
price: "₹499", period: "/year", description: "Our most popular plan with comprehensive optimization and 24/7 support.", button: { text: "Get Started", href: "#" },
|
||||
featuresTitle: "What's Included:", features: ["1 year warranty", "24/7 premium support", "Advanced cache clearance", "Deep system optimization", "Performance boosting tools", "Priority engineer access"]
|
||||
price: "₹499", period: "/year", description: "Our most popular plan with comprehensive optimization and 24/7 support.", button: { text: "Get Started", href: "#" }, featuresTitle: "What's Included:", features: ["1 year warranty", "24/7 premium support", "Advanced cache clearance", "Deep system optimization", "Performance boosting tools", "Priority engineer access"]
|
||||
},
|
||||
{
|
||||
id: "high", tag: "Prime High", price: "₹999", period: "/year", description: "Maximum system performance with advanced features and video call support.", button: { text: "Upgrade Now", href: "#" },
|
||||
featuresTitle: "What's Included:", features: ["Everything in Prime Mid", "Maximum system performance optimization", "Advanced AI-powered boosting system", "Video call customer support", "Full performance configuration", "Gaming optimization"]
|
||||
id: "high", tag: "Prime High", price: "₹999", period: "/year", description: "Maximum system performance with advanced features and video call support.", button: { text: "Upgrade Now", href: "#" }, featuresTitle: "What's Included:", features: ["Everything in Prime Mid", "Maximum system performance optimization", "Advanced AI-powered boosting system", "Video call customer support", "Full performance configuration", "Gaming optimization"]
|
||||
},
|
||||
{
|
||||
id: "booster", tag: "Prime Lab Booster", tagIcon: Zap,
|
||||
price: "₹1,499", period: "/year", description: "Ultimate plan with AI tools, priority support, and extreme performance mode.", button: { text: "Unlock Ultimate", href: "#" },
|
||||
featuresTitle: "What's Included:", features: ["Everything from Prime High", "Advanced AI optimization tools", "Priority engineer support", "24/7 system health monitoring", "Extreme performance mode", "Custom tuning for gaming and productivity", "Dedicated account manager"]
|
||||
price: "₹1,499", period: "/year", description: "Ultimate plan with AI tools, priority support, and extreme performance mode.", button: { text: "Unlock Ultimate", href: "#" }, featuresTitle: "What's Included:", features: ["Everything from Prime High", "Advanced AI optimization tools", "Priority engineer support", "24/7 system health monitoring", "Extreme performance mode", "Custom tuning for gaming and productivity", "Dedicated account manager"]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -244,7 +240,7 @@ export default function LandingPage() {
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Prime Lab optimization services, safety, support, and pricing."
|
||||
tag="Help & Support"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -264,7 +260,7 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Transform Your PC Performance?"
|
||||
description="Join thousands of satisfied customers who have unlocked their system's true potential with Prime Lab. Our expert team is ready to help you get started today."
|
||||
buttons={[
|
||||
@@ -272,7 +268,7 @@ export default function LandingPage() {
|
||||
{ text: "Contact Our Team", href: "mailto:primelabinternational@gmail.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Contact and call-to-action section"
|
||||
containerClassName="py-20 px-6 relative overflow-hidden"
|
||||
|
||||
@@ -1,51 +1,44 @@
|
||||
"use client";
|
||||
|
||||
import { memo } from "react";
|
||||
import useSvgTextLogo from "./useSvgTextLogo";
|
||||
import { cls } from "@/lib/utils";
|
||||
import React from 'react';
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
logoText: string;
|
||||
adjustHeightFactor?: number;
|
||||
verticalAlign?: "top" | "center";
|
||||
text: string;
|
||||
className?: string;
|
||||
fontSize?: number;
|
||||
fontFamily?: string;
|
||||
fontWeight?: number | string;
|
||||
fill?: string;
|
||||
dominantBaseline?: 'auto' | 'baseline' | 'hanging' | 'ideographic' | 'mathematical' | 'central' | 'middle' | 'text-after-edge' | 'text-before-edge';
|
||||
}
|
||||
|
||||
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
text,
|
||||
className = '',
|
||||
fontSize = 48,
|
||||
fontFamily = 'system-ui, -apple-system, sans-serif',
|
||||
fontWeight = 'bold',
|
||||
fill = 'currentColor',
|
||||
dominantBaseline = 'central'
|
||||
}) => {
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
viewBox={`0 0 ${text.length * fontSize * 0.6} ${fontSize * 1.5}`}
|
||||
className={className}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
x="50%"
|
||||
y="50%"
|
||||
fontSize={fontSize}
|
||||
fontFamily={fontFamily}
|
||||
fontWeight={fontWeight}
|
||||
fill={fill}
|
||||
textAnchor="middle"
|
||||
dominantBaseline="central"
|
||||
>
|
||||
{logoText}
|
||||
{text}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
};
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
|
||||
export default SvgTextLogo;
|
||||
export default SvgTextLogo;
|
||||
Reference in New Issue
Block a user