Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d2dbbf6cae | |||
| 31c33ca16a | |||
| a4b2dfb454 |
@@ -1,14 +1,14 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FeatureBento, { type FeatureCard } from "@/components/sections/feature/FeatureBento";
|
import FeatureBento, { type FeatureCard } from '@/components/sections/feature/FeatureBento';
|
||||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
|
|
||||||
import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, Layers, Code } from "lucide-react";
|
import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, Layers, Code } from "lucide-react";
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ export default function SaasTemplatePage() {
|
|||||||
description="Create stunning, responsive websites with our comprehensive component library designed"
|
description="Create stunning, responsive websites with our comprehensive component library designed"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started", onClick: () => console.log("Get Started clicked"),
|
text: "Start Building Now", onClick: () => console.log("Get Started clicked"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Learn More", onClick: () => console.log("Learn More clicked"),
|
text: "Learn More", onClick: () => console.log("Learn More clicked"),
|
||||||
@@ -188,4 +188,4 @@ export default function SaasTemplatePage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user