Update src/app/page.tsx
This commit is contained in:
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,6 +129,18 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "3", name: "Emma Thompson", role: "Business Owner", company: "Tech Ventures", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", role: "Developer", company: "Innovation Labs", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-fashion-glasses-home_329181-4275.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Park", role: "Marketing Lead", company: "Brand Collective", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kumar", role: "Entrepreneur", company: "StartupX", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -149,7 +161,7 @@ export default function LandingPage() {
|
||||
description="Subscribe to our newsletter for the latest iPhone releases, exclusive offers, and innovative technology updates delivered to your inbox."
|
||||
tagIcon={Bell}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/pack-blogger-email-template-with-photos_23-2148731996.jpg"
|
||||
imageAlt="Newsletter signup"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user