diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ab0f78..43aaa8d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,8 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
+import BlogCardOne from "@/components/sections/blog/BlogCardOne";
+import TeamCardSix from "@/components/sections/team/TeamCardSix";
import Link from "next/link";
import { Target, Sparkles, BarChart3, Handshake } from "lucide-react";
@@ -21,7 +23,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
- background="noiseDiagonalGradient"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -37,9 +39,7 @@ export default function HomePage() {
{ name: "Insights", id: "insights" },
]}
button={{
- text: "Get Started",
- href: "/contact",
- }}
+ text: "Get Started", href: "/contact"}}
brandName="Prestige Media"
/>
@@ -48,7 +48,7 @@ export default function HomePage() {
+
+
+
+
+
+
+
+
@@ -193,29 +204,17 @@ export default function HomePage() {
useInvertedBackground={false}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
- alt: "Client testimonial avatar 1",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 1"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
- alt: "Client testimonial avatar 2",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 2"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
- alt: "Client testimonial avatar 3",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 3"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
- alt: "Client testimonial avatar 4",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 4"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
- alt: "Client testimonial avatar 5",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 5"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
- alt: "Client testimonial avatar 6",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client testimonial avatar 6"},
]}
/>