Merge version_1 into main #1
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tag="Web Design Agency"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149483806.jpg"
|
||||
imageAlt="Professional website design showcase"
|
||||
@@ -139,20 +139,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Restaurant & Bar", name: "Riverside Bistro", price: "+45% Reservations", rating: 5,
|
||||
reviewCount: "Local favorite", imageSrc: "http://img.b2bpic.net/free-psd/restaurant-landing-page-template-design_23-2149609569.jpg", imageAlt: "Riverside Bistro website"
|
||||
id: "1", brand: "Restaurant & Bar", name: "Riverside Bistro", price: "+45% Reservations", rating: 5, reviewCount: "Local favorite", imageSrc: "http://img.b2bpic.net/free-psd/restaurant-landing-page-template-design_23-2149609569.jpg", imageAlt: "Riverside Bistro website"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Home Services", name: "ProFix Plumbing", price: "+120% Service Calls", rating: 5,
|
||||
reviewCount: "Top rated", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template-construction-domain_23-2149554629.jpg", imageAlt: "ProFix Plumbing website"
|
||||
id: "2", brand: "Home Services", name: "ProFix Plumbing", price: "+120% Service Calls", rating: 5, reviewCount: "Top rated", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template-construction-domain_23-2149554629.jpg", imageAlt: "ProFix Plumbing website"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Retail Shop", name: "Artisan Boutique", price: "+200% Online Sales", rating: 5,
|
||||
reviewCount: "Growing fast", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page-template_23-2148583014.jpg", imageAlt: "Artisan Boutique website"
|
||||
id: "3", brand: "Retail Shop", name: "Artisan Boutique", price: "+200% Online Sales", rating: 5, reviewCount: "Growing fast", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page-template_23-2148583014.jpg", imageAlt: "Artisan Boutique website"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Professional Services", name: "Smith Legal Group", price: "+80% Client Inquiries", rating: 5,
|
||||
reviewCount: "Trusted locally", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg", imageAlt: "Smith Legal Group website"
|
||||
id: "4", brand: "Professional Services", name: "Smith Legal Group", price: "+80% Client Inquiries", rating: 5, reviewCount: "Trusted locally", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg", imageAlt: "Smith Legal Group website"
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -243,7 +239,7 @@ export default function LandingPage() {
|
||||
description="Let's talk about your web design goals. Share your vision, and we'll show you how we can help your business succeed online."
|
||||
tagIcon={Send}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg"
|
||||
imageAlt="WebiSecured team working together"
|
||||
|
||||
Reference in New Issue
Block a user