5 Commits

Author SHA1 Message Date
59e56e402c Update src/app/page.tsx 2026-03-08 09:05:06 +00:00
daf7cdf38a Update src/app/layout.tsx 2026-03-08 09:05:06 +00:00
23fb7f5031 Merge version_1 into main
Merge version_1 into main
2026-03-08 09:03:35 +00:00
8db58270b6 Merge version_1 into main
Merge version_1 into main
2026-03-08 09:02:50 +00:00
60d4857760 Merge version_1 into main
Merge version_1 into main
2026-03-08 09:01:22 +00:00
2 changed files with 11 additions and 1433 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -224,8 +224,8 @@ export default function HomePage() {
imageAlt="Intimate restaurant dining setup" imageAlt="Intimate restaurant dining setup"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="your@email.com" inputPlaceholder="phone or email"
buttonText="Subscribe" buttonText="Reserve Table"
termsText="We respect your privacy. Contact information is used only for restaurant updates and reservations." termsText="We respect your privacy. Contact information is used only for restaurant updates and reservations."
/> />
</div> </div>
@@ -263,4 +263,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }