diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0ee665c..4616b6f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,11 +5,11 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroSplit from "@/components/sections/hero/HeroSplit"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import AboutMetric from "@/components/sections/about/AboutMetric"; -import TeamCardTen from "@/components/sections/team/TeamCardTen"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; +import TeamCardOne from "@/components/sections/team/TeamCardOne"; +import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, Users, Globe, Zap as Rocket, Heart, Target, Headphones, TrendingUp, Award } from "lucide-react"; +import { Zap, Heart, Globe, Award, Headphones } from "lucide-react"; export default function AboutPage() { return ( @@ -19,7 +19,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function AboutPage() {
-
-
@@ -150,7 +148,7 @@ export default function AboutPage() { { text: "Contact Us", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} /> diff --git a/src/app/comparison/page.tsx b/src/app/comparison/page.tsx index 6489fa2..979ac11 100644 --- a/src/app/comparison/page.tsx +++ b/src/app/comparison/page.tsx @@ -17,7 +17,7 @@ export default function ComparisonPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -42,7 +42,7 @@ export default function ComparisonPage() { diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 91c27ae..28ddfd2 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -17,7 +17,7 @@ export default function FeaturesPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -42,7 +42,7 @@ export default function FeaturesPage() { diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index f45dd3a..8d9c40d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroSplit from "@/components/sections/hero/HeroSplit"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -18,7 +18,7 @@ export default function ReviewsPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function ReviewsPage() {
-
-
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9a95e53..38a2d4f 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -15,7 +15,7 @@ export default function ShopPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -76,7 +76,7 @@ export default function ShopPage() { { text: "Buy PodsX 4", href: "#podsx-4" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} />