8 Commits

Author SHA1 Message Date
4886572a14 Update src/app/page.tsx 2026-03-06 03:41:48 +00:00
43e66bf416 Update src/app/page.tsx 2026-03-06 03:40:48 +00:00
ef03615c9d Merge version_6 into main
Merge version_6 into main
2026-03-06 03:35:37 +00:00
3c39d8d459 Update src/app/page.tsx 2026-03-06 03:35:33 +00:00
17a1fc9a75 Merge version_5 into main
Merge version_5 into main
2026-03-06 03:18:25 +00:00
6dc0f9905e Update src/app/page.tsx 2026-03-06 03:18:21 +00:00
8d36a7f9cd Merge version_4 into main
Merge version_4 into main
2026-03-06 03:16:41 +00:00
a9183bd3e2 Merge version_4 into main
Merge version_4 into main
2026-03-06 03:15:04 +00:00

View File

@@ -8,9 +8,17 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
import ContactFaq from "@/components/sections/contact/ContactFaq"; import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { ArrowRight, CheckCircle, Sparkles } from "lucide-react"; import { ArrowRight, CheckCircle, Sparkles, Phone, Mail } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
const handlePhoneClick = () => {
window.location.href = "tel:206-741-9017";
};
const handleEmailClick = () => {
window.location.href = "mailto:CoreScale.co@gmail.com";
};
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="directional-hover" defaultButtonVariant="directional-hover"
@@ -84,7 +92,7 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "1", badge: "Website Design", badgeIcon: Sparkles, id: "1", badge: "Website Design", badgeIcon: Sparkles,
price: "Starting at $250", subtitle: "Perfect for your first website or redesign", buttons: [ price: "Starting at $250", subtitle: "Professional website starting at $250 built to help your business attract more customers online", buttons: [
{ text: "Get Started", href: "contact" }, { text: "Get Started", href: "contact" },
{ text: "Learn More", href: "#" }, { text: "Learn More", href: "#" },
], ],
@@ -135,16 +143,16 @@ export default function LandingPage() {
ctaTitle="Ready to Get Your Website?" ctaTitle="Ready to Get Your Website?"
ctaDescription="Contact CoreScale today and let's discuss how we can help your business grow online. We're ready to answer your questions and get you started." ctaDescription="Contact CoreScale today and let's discuss how we can help your business grow online. We're ready to answer your questions and get you started."
ctaButton={{ ctaButton={{
text: "Contact Us Now", href: "mailto:CoreScale.co@gmail.com" text: "Contact Us Now", onClick: handlePhoneClick
}} }}
ctaIcon={ArrowRight} ctaIcon={Phone}
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
accordionAnimationType="smooth" accordionAnimationType="smooth"
showCard={true} showCard={true}
faqs={[ faqs={[
{ {
id: "1", title: "How much does a website cost?", content: "Website design starts at $250. This includes professional modern design, mobile-friendly layout, fast loading pages, and everything needed to build customer trust. We also offer ongoing maintenance for $50/month." id: "1", title: "How much does a website cost?", content: "Website design starts at $250, and you pay after the website is completed. This includes professional modern design, mobile-friendly layout, fast loading pages, and everything needed to build customer trust. We also offer ongoing maintenance for $50/month."
}, },
{ {
id: "2", title: "How long does it take to get a website?", content: "It can take up to 1-2 weeks depending on the complexity and how quickly you provide content and feedback. We work efficiently to get your website live as soon as possible." id: "2", title: "How long does it take to get a website?", content: "It can take up to 1-2 weeks depending on the complexity and how quickly you provide content and feedback. We work efficiently to get your website live as soon as possible."