Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -110,11 +110,11 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Complete Website Rebuild", price: "Starting at $2,500", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Website rebuild service"},
|
||||
id: "1", name: "Complete Website Rebuild", price: "Starting at $2,500", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Website rebuild service"},
|
||||
{
|
||||
id: "2", name: "E-Commerce Setup", price: "Starting at $3,500", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "E-commerce platform setup"},
|
||||
id: "2", name: "E-Commerce Setup", price: "Starting at $3,500", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "E-commerce platform setup"},
|
||||
{
|
||||
id: "3", name: "SEO Optimization", price: "Starting at $500/mo", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "SEO optimization service"},
|
||||
id: "3", name: "SEO Optimization", price: "Starting at $500/mo", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "SEO optimization service"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user