Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -12,9 +12,9 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Sparkles, Brush, CheckCircle, Users, Star, MessageSquare, HelpCircle } from "lucide-react";
|
import { Sparkles, Brush, CheckCircle, Users, Star, MessageSquare, HelpCircle } from "lucide-react";
|
||||||
import { SourceSans3 } from 'next/font/google';
|
import { Source_Sans_3 } from 'next/font/google';
|
||||||
|
|
||||||
const sourceSans3 = SourceSans3({
|
const sourceSans3 = Source_Sans_3({
|
||||||
variable: "--font-source-sans-3", subsets: ["latin"],
|
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user