Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
title="Visual Storytelling at Its Finest"
|
||||
description="Luxury videography and photography for restaurants, cars, and events. We create stunning visual narratives that elevate your brand and leave lasting impressions."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executive-managers-analyzing-financial-statistics-discussing-investment-strategy-while-working-overhours-startup-office-businessmen-planning-brainstorming-management-ideas-business-concept_482257-63805.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executive-managers-analyzing-financial-statistics-discussing-investment-strategy-while-working-overhours-startup-office-businessmen-planning-brainstorming-management-ideas-business-concept_482257-63805.jpg?_wi=1"
|
||||
imageAlt="Professional videography production studio"
|
||||
buttons={[
|
||||
{ text: "View Portfolio", href: "portfolio" },
|
||||
@@ -92,11 +92,11 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "The Belmont Restaurant Series", price: "Fine Dining Showcase", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg", imageAlt: "Fine dining restaurant videography"},
|
||||
id: "1", name: "The Belmont Restaurant Series", price: "Fine Dining Showcase", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1", imageAlt: "Fine dining restaurant videography"},
|
||||
{
|
||||
id: "2", name: "Midnight Motors Campaign", price: "Luxury Automotive", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-front-blue-modern-stylish-car_181624-11795.jpg", imageAlt: "Luxury car photography production"},
|
||||
id: "2", name: "Midnight Motors Campaign", price: "Luxury Automotive", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-front-blue-modern-stylish-car_181624-11795.jpg?_wi=1", imageAlt: "Luxury car photography production"},
|
||||
{
|
||||
id: "3", name: "Gala Elegance 2024", price: "Premium Event Coverage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cameraman-doing-his-job_23-2149037892.jpg", imageAlt: "Corporate event videography production"},
|
||||
id: "3", name: "Gala Elegance 2024", price: "Premium Event Coverage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cameraman-doing-his-job_23-2149037892.jpg?_wi=1", imageAlt: "Corporate event videography production"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,16 +111,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Restaurant & Hospitality Videography", tags: ["Cinematic Coverage", "4K Production"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg", imageAlt: "Restaurant videography service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=2", imageAlt: "Restaurant videography service"},
|
||||
{
|
||||
id: "2", title: "Luxury Automotive Photography", tags: ["Studio & Location", "Drone Coverage"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-front-blue-modern-stylish-car_181624-11795.jpg", imageAlt: "Automotive photography service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-front-blue-modern-stylish-car_181624-11795.jpg?_wi=2", imageAlt: "Automotive photography service"},
|
||||
{
|
||||
id: "3", title: "Event Production & Cinematography", tags: ["Live Coverage", "Post-Production"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cameraman-doing-his-job_23-2149037892.jpg", imageAlt: "Event videography service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cameraman-doing-his-job_23-2149037892.jpg?_wi=2", imageAlt: "Event videography service"},
|
||||
{
|
||||
id: "4", title: "Commercial & Advertising", tags: ["Concept to Delivery", "Multi-Platform"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-managers-analyzing-financial-statistics-discussing-investment-strategy-while-working-overhours-startup-office-businessmen-planning-brainstorming-management-ideas-business-concept_482257-63805.jpg", imageAlt: "Commercial production service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-managers-analyzing-financial-statistics-discussing-investment-strategy-while-working-overhours-startup-office-businessmen-planning-brainstorming-management-ideas-business-concept_482257-63805.jpg?_wi=2", imageAlt: "Commercial production service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user