Update src/app/page.tsx
This commit is contained in:
@@ -14,7 +14,8 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, CheckCircle, Rocket, ShoppingCart, Sparkles, Users, Palette, Code, TrendingUp, Lightbulb } from "lucide-react";
|
||||
import { Award, CheckCircle, Rocket, ShoppingCart, Users, Palette, Code, TrendingUp, Lightbulb } from "lucide-react";
|
||||
import { Sparkles, Briefcase, Cookie, FileText } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -216,14 +217,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "What is your typical web design process?", content: "Our process typically involves discovery, strategy, design, development, quality assurance, launch, and ongoing support. We ensure client collaboration at every stage."},
|
||||
id: "q1", title: "What services does Rock Developments offer?", content: "Rock Developments specializes in custom web design, responsive development, SEO optimization, and brand identity strategy. We create complete digital solutions tailored to your business needs."},
|
||||
{
|
||||
id: "q2", title: "How long does a website project take?", content: "Project timelines vary depending on complexity and scope. A standard small business website might take 4-6 weeks, while larger e-commerce or custom platforms could take several months."},
|
||||
id: "q2", title: "How does Rock Developments approach a new project?", content: "Our approach begins with a comprehensive discovery phase, followed by strategic planning, iterative design, agile development, rigorous quality assurance, and a smooth launch. We prioritize clear communication and client involvement throughout."},
|
||||
{
|
||||
id: "q3", title: "What are your pricing models?", content: "We offer custom quotes based on project requirements. We can work with fixed-price projects or hourly rates, depending on what best suits your needs and budget. Contact us for a detailed proposal."},
|
||||
id: "q3", title: "Can Rock Developments help with website maintenance and support?", content: "Yes, we offer ongoing website maintenance, security updates, performance monitoring, and technical support services to ensure your digital platform remains secure, up-to-date, and performs optimally."},
|
||||
{
|
||||
id: "q4", title: "What makes Rock Developments different from other agencies?", content: "We combine innovative design with robust technical expertise, focusing on measurable results and a personalized client experience. Our dedicated team is committed to understanding your unique vision and delivering exceptional digital products that drive real business growth."},
|
||||
{
|
||||
id: "q5", title: "What is the typical timeline for a web development project?", content: "Project timelines vary significantly based on complexity and scope. A basic marketing website might take 6-8 weeks, while complex e-commerce or custom application development can take several months. We provide detailed timelines after our initial consultation."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about our web design process, services, pricing, and project timelines."
|
||||
sideTitle="Common Questions About Rock Developments"
|
||||
sideDescription="Here are some frequently asked questions to help you understand our services, process, and how we can best assist your business."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -231,8 +236,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Let's Build Something Amazing Together"
|
||||
description="Ready to elevate your online presence? Get in touch with our expert team today for a free consultation and a custom quote."
|
||||
title="Ready to Start Your Next Project with Rock Developments?"
|
||||
description="Whether you have a specific project in mind or just want to explore possibilities, we're here to help. Reach out to discuss your digital needs and let's build something extraordinary together."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -248,8 +253,8 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Tell us about your project...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-innovations-technology-businesspeople-studying-financial-data-touch-pad-pc-with-concentrated-look_273609-5536.jpg"
|
||||
imageAlt="Team collaborating in a modern meeting room"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-colleagues-working-together_23-2149021503.jpg"
|
||||
imageAlt="Diverse team collaborating in a modern office"
|
||||
mediaPosition="left"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
@@ -266,16 +271,8 @@ export default function LandingPage() {
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Our Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -284,8 +281,18 @@ export default function LandingPage() {
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user