Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91f4cd5ae2 | |||
| ed19188f64 |
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import { Award, CheckCircle, DollarSign, MessageSquare, Palette, Smartphone, Sparkles, TrendingUp, Zap } from "lucide-react";
|
import { Award, CheckCircle, DollarSign, MessageSquare, Palette, Smartphone, Sparkles, TrendingUp, Zap, Rocket, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -256,7 +256,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const Rocket = Zap;
|
|
||||||
const Star = Sparkles;
|
|
||||||
Reference in New Issue
Block a user