Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -7,6 +7,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Facebook, Twitter, Instagram, Linkedin } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -133,10 +134,10 @@ export default function HomePage() {
|
||||
logoText="Webild Learn"
|
||||
copyrightText="© 2024 Webild Learn. Все права защищены."
|
||||
socialLinks={[
|
||||
{ icon: "Facebook", href: "https://facebook.com/webildlearn", ariaLabel: "Facebook" },
|
||||
{ icon: "Twitter", href: "https://twitter.com/webildlearn", ariaLabel: "Twitter" },
|
||||
{ icon: "Instagram", href: "https://instagram.com/webildlearn", ariaLabel: "Instagram" },
|
||||
{ icon: "Linkedin", href: "https://linkedin.com/company/webildlearn", ariaLabel: "LinkedIn" }
|
||||
{ icon: Facebook, href: "https://facebook.com/webildlearn", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com/webildlearn", ariaLabel: "Twitter" },
|
||||
{ icon: Instagram, href: "https://instagram.com/webildlearn", ariaLabel: "Instagram" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com/company/webildlearn", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=63o6bm"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user