diff --git a/src/app/page.tsx b/src/app/page.tsx index 01c7bf9..17ee8ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { defaultTextAnimation="reveal-blur" borderRadius="rounded" contentWidth="small" - sizing="largeSmallSizeMediumTitles" + sizing="medium" background="fluid" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" @@ -32,14 +32,10 @@ export default function LandingPage() { @@ -91,6 +63,8 @@ export default function LandingPage() { @@ -100,18 +74,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Zap, - title: "Web Development", description: "High-performance sites tailored to your business goals."}, - { - icon: Layout, - title: "UI/UX Design", description: "Intuitive interfaces built for user engagement and retention."}, - { - icon: Shield, - title: "Security & Maintenance", description: "Robust protection and constant monitoring to keep your site safe."}, + { icon: Zap, title: "Website Developement ", description: "High-performance sites tailored to your business goals." }, + { icon: Layout, title: "UI/UX Design", description: "Intuitive interfaces built for user engagement and retention." }, + { icon: Shield, title: "Security & Maintenance", description: "Robust protection and constant monitoring to keep your site safe." }, ]} title="Services We Offer" description="Our expertise spans across modern web development and design frameworks to build robust platforms." + textBoxTitleClassName="text-black text-3xl" + textBoxDescriptionClassName="text-black text-sm" /> @@ -121,21 +91,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "starter", badge: "Essential", price: "$1,500", subtitle: "Perfect for small sites", features: [ - "Responsive Design", "Basic SEO", "Contact Form"], - }, - { - id: "pro", badge: "Best Value", price: "$3,500", subtitle: "Growth-oriented sites", features: [ - "Advanced SEO", "Content Mgmt", "Priority Support"], - }, - { - id: "enterprise", badge: "Custom", price: "Custom", subtitle: "Tailored for unique needs", features: [ - "Custom Features", "API Integration", "Dedicated Team"], - }, + { id: "starter", badge: "Essential", price: "$399 ", subtitle: "Perfect for small sites", features: ["Responsive Design", "Basic SEO", "Contact Form"] }, + { id: "pro", badge: "Best Value", price: "$599", subtitle: "Growth-oriented sites", features: ["Advanced SEO", "Content Mgmt", "Priority Support"] }, + { id: "enterprise", badge: "Custom", price: "Custom", subtitle: "Tailored for unique needs", features: ["Custom Features", "API Integration", "Dedicated Team"] }, ]} title="Simple Transparent Pricing" description="Choose a plan designed to help you scale your online presence." + textBoxTitleClassName="text-black text-3xl" + textBoxDescriptionClassName="text-black text-sm" /> @@ -146,18 +109,14 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "200+", title: "Projects Delivered", description: "Diverse projects from startups to large enterprises.", icon: Rocket, - }, - { - id: "m2", value: "98%", title: "Client Retention", description: "Long-term relationships built on trust and performance.", icon: ThumbsUp, - }, - { - id: "m3", value: "50ms", title: "Average Speed", description: "Optimized performance to keep users happy.", icon: Zap, - }, + { id: "m1", value: "200", title: "Projects Delivered", description: "Diverse projects from startups to large enterprises.", icon: Rocket }, + { id: "m2", value: "98%", title: "Client Retention", description: "Long-term relationships built on trust and performance.", icon: ThumbsUp }, + { id: "m3", value: "50ms", title: "Average Speed", description: "Optimized performance to keep users happy.", icon: Zap }, ]} title="Impact in Numbers" description="Our work speaks for itself through measurable results and growth for our partners." + textBoxTitleClassName="text-black text-3xl" + descriptionClassName="text-black text-sm" /> @@ -166,19 +125,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", title: "Top Notch Work", quote: "Fantastic experience from start to finish.", name: "Sarah J.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg"}, - { - id: "2", title: "Reliable Partner", quote: "Fusion Builder is now our go-to partner.", name: "Mike R.", role: "CMO", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg"}, - { - id: "3", title: "Exceeded Expectations", quote: "Delivered ahead of schedule with great quality.", name: "Elena D.", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg"}, - { - id: "4", title: "Great Performance", quote: "Our web speed improved dramatically.", name: "David L.", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg"}, - { - id: "5", title: "Excellent Design", quote: "Design intuition is world-class.", name: "Jordan P.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/full-body-portrait-confident-man-elegant-suit-posing-with-hand-pocket-against-skyscraper-background_613910-4116.jpg"}, + { id: "1", title: "Top Notch Work", quote: "Fantastic experience from start to finish.", name: "Sarah J.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-desk-table-business-company-office_482257-16773.jpg" }, + { id: "2", title: "Reliable Partner", quote: "Fusion Builder is now our go-to partner.", name: "Mike R.", role: "CMO", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg" }, + { id: "3", title: "Exceeded Expectations", quote: "Delivered ahead of schedule with great quality.", name: "Elena D.", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg" }, + { id: "4", title: "Great Performance", quote: "Our web speed improved dramatically.", name: "David L.", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg" }, + { id: "5", title: "Excellent Design", quote: "Design intuition is world-class.", name: "Jordan P.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/full-body-portrait-confident-man-elegant-suit-posing-with-hand-pocket-against-skyscraper-background_613910-4116.jpg" }, ]} title="Client Voices" description="We are proud of the relationships we've built with innovative companies." + textBoxTitleClassName="text-black text-3xl" + textBoxDescriptionClassName="text-black text-sm" /> @@ -186,23 +142,25 @@ export default function LandingPage() {
@@ -211,34 +169,14 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/working-architect-colleagues-discussing-layout-project_482257-8116.jpg" logoText="Fusion Builder" columns={[ - { - title: "Company", items: [ - { - label: "About", href: "#about"}, - { - label: "Services", href: "#features"}, - ], - }, - { - title: "Support", items: [ - { - label: "Contact", href: "#contact"}, - { - label: "Help Center", href: "#"}, - ], - }, - { - title: "Legal", items: [ - { - label: "Privacy", href: "#"}, - { - label: "Terms", href: "#"}, - ], - }, - ]} + { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] }, + { title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Help Center", href: "#" }] }, + { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }, + ] + } /> ); -} +} \ No newline at end of file