Merge pull request #30 from OwethuManagedServices/25-05-2025/New-Changes

update contact phone number and button variant in CallToActionSection
This commit is contained in:
2025-05-28 10:19:03 +02:00
committed by GitHub
4 changed files with 7 additions and 6 deletions

View File

@ -30,7 +30,7 @@ const CallToActionSection: React.FC<CallToActionSectionProps> = ({
</p>{" "}
{/* Slightly less emphasis */}
{/* Button needs contrast on primary bg. Use a secondary/outline/custom variant */}
<Button href={buttonHref} variant="secondary" size="lg">
<Button href={buttonHref} variant="black" size="lg" >
{/* Example: Using 'secondary' which uses light/dark gray bg defined in globals */}
{/* OR custom class: className="bg-background text-foreground hover:bg-background/90" */}
{buttonText}

View File

@ -130,10 +130,10 @@ export default function ContactPage() {
Phone
</h3>
<a
href="tel:+27120513282"
href="tel:+27684855721"
className="text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100 transition text-sm font-poppins"
>
(012) 051 3282
+27 68 485 5721
</a>
</div>
</div>