Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-13 09:45:32 +00:00
2 changed files with 47 additions and 48 deletions

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -49,7 +49,7 @@ export default function LandingPage() {
tag="🔥 Limited Time Offer"
tagIcon={Flame}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Transform My Menu Now", href: "#pricing" },
{ text: "View Sample Photos", href: "#products" }
@@ -70,7 +70,7 @@ export default function LandingPage() {
description="Your Complete Solution"
subdescription="Curated Consistency Engine™ Studio Setup"
icon={Sparkles}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cyyjs9&_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cyyjs9"
imageAlt="Professional photography studio with lighting and equipment"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -82,19 +82,19 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Consistency", title: "One Studio, One Standard", subtitle: "Same camera rigs and lighting for every dish", description: "Every photograph is taken using identical equipment and professional lighting setups, ensuring your entire menu looks like one cohesive, premium photoshoot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cyyjs9&_wi=2", imageAlt: "Professional camera rig setup"
tag: "Consistency", title: "One Studio, One Standard", subtitle: "Same camera rigs and lighting for every dish", description: "Every photograph is taken using identical equipment and professional lighting setups, ensuring your entire menu looks like one cohesive, premium photoshoot", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cyyjs9", imageAlt: "Professional camera rig setup"
},
{
id: 2,
tag: "Authenticity", title: "Chef-Approved Plating", subtitle: "Real chefs arrange each plate professionally", description: "Professional chefs prepare and plate each dish to match authentic Indian culinary standards, ensuring portions, garnishes, and sauces look realistic to your customers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=18mnq5&_wi=1", imageAlt: "Chef plating professional dish"
tag: "Authenticity", title: "Chef-Approved Plating", subtitle: "Real chefs arrange each plate professionally", description: "Professional chefs prepare and plate each dish to match authentic Indian culinary standards, ensuring portions, garnishes, and sauces look realistic to your customers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=18mnq5", imageAlt: "Chef plating professional dish"
},
{
id: 3,
tag: "Branding", title: "Style Board Locked-In", subtitle: "Consistent props and backgrounds throughout", description: "Every cuisine maintains on-brand visual identity with consistent styling elements, props, and backgrounds that reflect your restaurant's personality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fuewja&_wi=1", imageAlt: "Styled food photography setup"
tag: "Branding", title: "Style Board Locked-In", subtitle: "Consistent props and backgrounds throughout", description: "Every cuisine maintains on-brand visual identity with consistent styling elements, props, and backgrounds that reflect your restaurant's personality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fuewja", imageAlt: "Styled food photography setup"
},
{
id: 4,
tag: "Optimization", title: "Delivery-Ready Crops", subtitle: "Perfect ratios for all platforms", description: "Images arrive in 3:2 and 1:1 ratios, optimized for app thumbnails and promotional banners—no extra editing needed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9q9w3&_wi=1", imageAlt: "Optimized image formats"
tag: "Optimization", title: "Delivery-Ready Crops", subtitle: "Perfect ratios for all platforms", description: "Images arrive in 3:2 and 1:1 ratios, optimized for app thumbnails and promotional banners—no extra editing needed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9q9w3", imageAlt: "Optimized image formats"
}
]}
title="Why These Photos Look So Good Together"
@@ -118,10 +118,10 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "north-indian", name: "North Indian & Mughlai", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=18mnq5&_wi=2", imageAlt: "Rich North Indian curry dishes"
id: "north-indian", name: "North Indian & Mughlai", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=18mnq5", imageAlt: "Rich North Indian curry dishes"
},
{
id: "biryani", name: "Biryani", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fuewja&_wi=2", imageAlt: "Aromatic layered biryani"
id: "biryani", name: "Biryani", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fuewja", imageAlt: "Aromatic layered biryani"
},
{
id: "chinese", name: "Chinese & Pan Asian", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cumk1a", imageAlt: "Bold glossy Asian cuisine"
@@ -150,7 +150,7 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "studio-pass", badge: "Best Value", badgeIcon={Sparkles},
id: "studio-pass", badge: "Best Value", badgeIcon: Sparkles,
price: "One-Time Payment", subtitle: "Lifetime Access to All Food Photos", features: [
"Lifetime Member Portal Access", "25+ Popular Indian Cuisines", "Royalty-Free Commercial License", "Curated Consistency Engine™ Setup", "Quarterly Photo Updates", "4K HD Professional Quality", "Delivery-Ready Image Formats", "30-Day Money-Back Guarantee"
]
@@ -235,7 +235,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9q9w3&_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9q9w3"
imageAlt="Restaurant menu transformation with professional food photography"
logoText="Studio Pass"
copyrightText="© 2025 Studio Pass. All rights reserved."

View File

@@ -1,51 +1,50 @@
"use client";
import { memo } from "react";
import useSvgTextLogo from "./useSvgTextLogo";
import { cls } from "@/lib/utils";
import React from 'react';
interface SvgTextLogoProps {
logoText: string;
adjustHeightFactor?: number;
verticalAlign?: "top" | "center";
text?: string;
className?: string;
textClassName?: string;
fontSize?: number;
fontWeight?: string | number;
letterSpacing?: number;
}
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
logoText,
adjustHeightFactor,
verticalAlign = "top",
className = "",
}) {
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
text = 'Logo',
className = '',
textClassName = '',
fontSize = 32,
fontWeight = 'bold',
letterSpacing = 2,
}) => {
return (
<svg
ref={svgRef}
viewBox={viewBox}
className={cls("w-full", className)}
style={{ aspectRatio: aspectRatio }}
preserveAspectRatio="none"
role="img"
aria-label={`${logoText} logo`}
width="200"
height="60"
viewBox="0 0 200 60"
className={className}
xmlns="http://www.w3.org/2000/svg"
>
<defs>
<linearGradient id="textGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stopColor="#3B82F6" />
<stop offset="100%" stopColor="#1E40AF" />
</linearGradient>
</defs>
<text
ref={textRef}
x="0"
y={verticalAlign === "center" ? "50%" : "0"}
className="font-bold fill-current"
style={{
fontSize: "20px",
letterSpacing: "-0.02em",
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
}}
x="10"
y="40"
fontSize={fontSize}
fontWeight={fontWeight}
fill="url(#textGradient)"
letterSpacing={letterSpacing}
dominantBaseline="hanging"
className={textClassName}
>
{logoText}
{text}
</text>
</svg>
);
});
};
SvgTextLogo.displayName = "SvgTextLogo";
export default SvgTextLogo;
export default SvgTextLogo;